INPUT_OBJECT

PinChallengeAttempt

The pin digits the user has to input

link GraphQL Schema definition

  • input PinChallengeAttempt {
  • firstPinDigit: String!
  • secondPinDigit: String!
  • sessionToken: String!
  • }