Skip to main content

ConfirmEmailChange

Confirm the email change of the logged-in user.

Requires AUTHENTICATED_USERpermission.
type ConfirmEmailChange {
user: User
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}

Fields

ConfirmEmailChange.user ● User object

A user instance with a new email.

ConfirmEmailChange.accountErrors ● [AccountError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

ConfirmEmailChange.errors ● [AccountError!]! non-null object

Returned by

confirmEmailChange mutation


Was this page helpful?