Skip to main content

VerifyAccountInput

Autogenerated input type of VerifyAccount

input VerifyAccountInput {
clientMutationId: String
token: String!
}

Fields

VerifyAccountInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

VerifyAccountInput.token ● String! non-null scalar

A verification token included in the message sent in the verification message. Usually in the form of a link.

Member Of

verifyAccount mutation