Skip to main content

AccountRegisterInput

No description

input AccountRegisterInput {
email: String!
password: String!
redirectUrl: String
firstName: String
lastName: String
companyName: String
personalPhone: String
defaultBillingAddress: AddressInput
defaultShippingAddress: AddressInput
}

Fields

AccountRegisterInput.email ● String! non-null scalar

The email address of the user.

AccountRegisterInput.password ● String! non-null scalar

Password.

AccountRegisterInput.redirectUrl ● String scalar

Base of frontend URL that will be needed to create confirmation URL.

AccountRegisterInput.firstName ● String scalar

Given name.

AccountRegisterInput.lastName ● String scalar

Family name.

AccountRegisterInput.companyName ● String scalar

Optional name of the company that a user is associated with.

AccountRegisterInput.personalPhone ● String scalar

Personal phone number.

AccountRegisterInput.defaultBillingAddress ● AddressInput input

Billing address of the user.

AccountRegisterInput.defaultShippingAddress ● AddressInput input

Shipping address of the user.

Member Of

accountRegister mutation

Was this page helpful?