CustomerInput
input for attributes a customer
graphql
input CustomerInput {
addresses: [AddressInput!]
id: ID
name: String
taxCode: String
website: String
}
Fields
CustomerInput.addresses · [AddressInput!] list input
CustomerInput.id · ID scalar
CustomerInput.name · String scalar
CustomerInput.taxCode · String scalar
CustomerInput.website · String scalar
Member Of
ContactCreateInput input · ContactInput input · ContactUpdateInput input