CountryArea
No description
type CountryArea {
code: String!
name: String!
}
Fields
CountryArea.code ● String! non-null scalar
Country area code
CountryArea.name ● String! non-null scalar
Country area name
Member Of
CountryDisplay object ● ShippingZoneCountryArea object