ConfirmEmailChange Object
Confirm the email change of the logged-in user.
Triggers the following webhook events:
- CUSTOMER_UPDATED (async): A customer account was updated.
- NOTIFY_USER (async): A notification that account email change was confirmed.
- ACCOUNT_EMAIL_CHANGED (async): An account email was changed.
type ConfirmEmailChange {
user: User
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}
Fields
user ● User
A user instance with a new email.
errors ● [AccountError!]!
Show deprecated
Returned By
confirmEmailChange mutation