AccountRegister
Register a new user.
type AccountRegister {
requiresConfirmation: Boolean
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
user: User
}
Fields
AccountRegister.requiresConfirmation ● Boolean scalar
Informs whether users need to confirm their email address.
AccountRegister.accountErrors ● [AccountError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
AccountRegister.errors ● [AccountError!]! non-null object
AccountRegister.user ● User object
Returned by
accountRegister mutation
Was this page helpful?