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