INPUT_OBJECT

WarehouseLocationCreateInput

link GraphQL Schema definition

1input WarehouseLocationCreateInput {
2
3address: String
4
5address2: String
6
7country: CountryInput!
8
9stateOrProvince: String
10
11city: String
12
13zipCode: String
14}