ShippingZoneInput
No description
input ShippingZoneInput {
storeId: ID!
name: String!
countries: [ZoneCountryInput]!
}
No description
input ShippingZoneInput {
storeId: ID!
name: String!
countries: [ZoneCountryInput]!
}
ShippingZoneInput.storeId ● ID! non-null scalarShippingZoneInput.name ● String! non-null scalarShippingZoneInput.countries ● [ZoneCountryInput]! non-null input