AccountInput
No description
input AccountInput {
firstName: String
lastName: String
companyName: String
personalPhone: String
vatIdentificationNumber: String
defaultBillingAddress: AddressInput
defaultShippingAddress: AddressInput
}
No description
input AccountInput {
firstName: String
lastName: String
companyName: String
personalPhone: String
vatIdentificationNumber: String
defaultBillingAddress: AddressInput
defaultShippingAddress: AddressInput
}
AccountInput.firstName ● String scalarAccountInput.lastName ● String scalarAccountInput.companyName ● String scalarAccountInput.personalPhone ● String scalar