Skip to main content

VerifyAccountPayload

Autogenerated return type of VerifyAccount.

type VerifyAccountPayload {
clientMutationId: String
loginIdentifier: String
loginIdentifierType: LoginIdentifierTypesEnum
status: String!
}

Fields

VerifyAccountPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

VerifyAccountPayload.loginIdentifier ● String scalar

The recently verified login identifier.

VerifyAccountPayload.loginIdentifierType ● LoginIdentifierTypesEnum enum

The type of login identifier verified.

VerifyAccountPayload.status ● String! non-null scalar

Result of the attempt to verification. A successful response means that the login identifier was verified.

Returned By

verifyAccount mutation