Skip to main content

AccountRegister

Result of account register mutation.

type AccountRegister {
user: User
requiresConfirmation: Boolean!
accountErrors: [AccountError!]!
}

Fields

AccountRegister.user ● User object

The registered user.

AccountRegister.requiresConfirmation ● Boolean! non-null scalar

Whether email confirmation is required.

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

List of errors that occurred executing the mutation.

Returned By

accountRegister mutation

Was this page helpful?