VerifyEmailInput
No description
input VerifyEmailInput {
clientMutationId: String
email: String!
code: String!
}
Fields
VerifyEmailInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
VerifyEmailInput.email
● String!
non-null scalar
The email to verify
VerifyEmailInput.code
● String!
non-null scalar
The code to check
Member of
verifySecondaryEmail
mutation