AccountInput
No description
input AccountInput {
firstName: String
lastName: String
companyName: String
personalPhone: String
vatIdentificationNumber: String
defaultBillingAddress: AddressInput
defaultShippingAddress: AddressInput
}
Fields
AccountInput.firstName ● String scalar
AccountInput.lastName ● String scalar
AccountInput.companyName ● String scalar
AccountInput.personalPhone ● String scalar
AccountInput.vatIdentificationNumber ● String scalar
AccountInput.defaultBillingAddress ● AddressInput input
AccountInput.defaultShippingAddress ● AddressInput input
Member Of
accountUpdate mutation