ResendLoginVerificationPayload
No description
type ResendLoginVerificationPayload {
message: String!
resendToken: String!
}
Fields
ResendLoginVerificationPayload.message ● String! non-null scalar
The message to display to user.
ResendLoginVerificationPayload.resendToken ● String! non-null scalar
The resend token.