VerifyLoginIdentifierInput

Autogenerated input type of VerifyLoginIdentifier

type VerifyLoginIdentifierInput {
token: String!
clientMutationId: String
}

Fields#

token (String!)#

A confirmation token included in the login identifier message.

clientMutationId (String)#

A unique identifier for the client performing the mutation.