Przejdź do głównej zawartości

CustomerResendVerificationEmailPayload

Result of customerResendVerificationEmail — queues a fresh verification e-mail for the signed-in customer.

type CustomerResendVerificationEmailPayload {
success: Boolean!
userErrors: [UserError!]!
}

Fields

CustomerResendVerificationEmailPayload.success ● Boolean! non-null scalar

True when the verification e-mail was queued.

CustomerResendVerificationEmailPayload.userErrors ● [UserError!]! non-null object

Errors carrying a stable CustomerErrorCode in code (e.g. TOKEN_INVALID when not signed in, ALREADY_VERIFIED).

Returned By

customerResendVerificationEmail mutation