Zone
No description
type Zone {
id: ID!
name: String!
countries: [CountryEnum!]!
}
Fields
Zone.id ● ID! non-null scalar
Zone.name ● String! non-null scalar
Zone.countries ● [CountryEnum!]! non-null enum
Returned By
createZone mutation ● updateZone mutation ● zone query
Member Of
PricingCondition object ● ZonePaginator object