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
AccountRegisterInput.password ● String! non-null scalar
AccountRegisterInput.redirectUrl ● String scalar
AccountRegisterInput.firstName ● String scalar
AccountRegisterInput.lastName ● String scalar
AccountRegisterInput.companyName ● String scalar
AccountRegisterInput.personalPhone ● String scalar
AccountRegisterInput.defaultBillingAddress ● AddressInput input
AccountRegisterInput.defaultShippingAddress ● AddressInput input
Member Of
accountRegister mutation