ShippingZoneCountryAreaInput
No description
input ShippingZoneCountryAreaInput {
country: String!
countryAreas: [String!]!
}
Fields
ShippingZoneCountryAreaInput.country ● String! non-null scalar
Country code.
ShippingZoneCountryAreaInput.countryAreas ● [String!]! non-null scalar
List of country area codes.
Member Of
ShippingZoneCreateInput input ● ShippingZoneUpdateInput input