customerVerifyEmail
Confirm the e-mail address using the raw verification token from the verification e-mail. Single-use token (24h TTL); a repeated call after a successful verification returns success. Rate-limited.
customerVerifyEmail(
token: String!
): CustomerVerifyEmailPayload!
Arguments
customerVerifyEmail.token ● String! non-null scalar
Raw verification token from the verification e-mail URL
Type
CustomerVerifyEmailPayload object
Result of customerVerifyEmail — confirms the e-mail address using the one-shot token from the verification e-mail.