INPUT_OBJECT

WarehouseLocationCreateInput

link GraphQL Schema definition

1input WarehouseLocationCreateInput {
2
3address: String
4
5address2: String
6
7# Exactly one input field should be provided
8country: CountryInput!
9
10stateOrProvince: String
11
12city: String
13
14zipCode: String
15}