ZoneCountry
No description
type ZoneCountry implements ICountry {
id: ID!
zoneId: ID
name: String!
code2: String!
code3: String!
states: ZoneStateConnection
state(
id: ID!
): ZoneState
isPredefined: Boolean
storeId: ID
}
Fields
ZoneCountry.id ● ID! non-null scalar
ZoneCountry.zoneId ● ID scalar
ZoneCountry.name ● String! non-null scalar
ZoneCountry.code2 ● String! non-null scalar
ZoneCountry.code3 ● String! non-null scalar
ZoneCountry.states ● ZoneStateConnection object
ZoneCountry.state ● ZoneState object
ZoneCountry.state.id ● ID! non-null scalar
ZoneCountry.isPredefined ● Boolean scalar
ZoneCountry.storeId ● ID scalar
Interfaces
ICountry interface
Member Of
ShippingZone object ● ZoneCountryConnection object ● ZoneCountryEdge object