VerifySessionInput
No description
input VerifySessionInput {
clientMutationId: String
code: String!
}
Fields
VerifySessionInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
VerifySessionInput.code
● String!
non-null scalar
The code to check
Member Of
verifySession
mutation