Skip to main content

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

DEPRECATED

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

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

AccountRegister.user ● User object

Returned by

accountRegister mutation


Was this page helpful?