CreateSiteInput
The data required to create a site
input CreateSiteInput {
name: String
endCustomerId: String
address: String
city: String
zipCode: String
country: String
}
Fields
CreateSiteInput.name ● String scalar
The name of the site
CreateSiteInput.endCustomerId ● String scalar
The description of the site
CreateSiteInput.address ● String scalar
The address of the distributor
CreateSiteInput.city ● String scalar
The city of the distributor
CreateSiteInput.zipCode ● String scalar
The zip code of the distributor
CreateSiteInput.country ● String scalar
The country of the distributor
Member Of
createSite mutation