ConfirmEmailChange
Confirm the email change of the logged-in user.
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
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
ConfirmEmailChange.errors ● [AccountError!]! non-null object
Returned by
confirmEmailChange mutation
Was this page helpful?