ConfirmAccount
Confirm user account with token sent by email during registration.
Triggers the following webhook events:
- ACCOUNT_CONFIRMED (async): Account was confirmed.
type ConfirmAccount {
user: User
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}
Fields
ConfirmAccount.user
● User
object
An activated user account.
ConfirmAccount.accountErrors
● [AccountError!]!
deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
ConfirmAccount.errors
● [AccountError!]!
non-null object
Returned by
confirmAccount
mutation