CreateDistributorInput
The data required to create a new distributor
input CreateDistributorInput {
name: String!
uniqueIdNumber: String!
address: String!
city: String!
zipCode: String!
country: String!
}
Fields
CreateDistributorInput.name
● String!
non-null scalar
The name of the distributor
CreateDistributorInput.uniqueIdNumber
● String!
non-null scalar
The unique identifier of the distributor
CreateDistributorInput.address
● String!
non-null scalar
The address of the distributor
CreateDistributorInput.city
● String!
non-null scalar
The city of the distributor
CreateDistributorInput.zipCode
● String!
non-null scalar
The zip code of the distributor
CreateDistributorInput.country
● String!
non-null scalar
The country of the distributor
Member Of
createDistributor
mutation