ZoneCity
No description
type ZoneCity {
storeId: ID
id: ID!
countryId: ID!
zoneId: ID
stateId: ID!
name: String!
code: String
regions(
zoneId: ID
): ZoneRegionConnection
region(
id: ID!
): ZoneRegion
isPredefined: Boolean
shippingRate(
id: ID!
): ShippingRate
shippingRates: [ShippingRate]
inAnotherState: Boolean
}
Fields
ZoneCity.storeId ● ID scalar
ZoneCity.id ● ID! non-null scalar
ZoneCity.countryId ● ID! non-null scalar
ZoneCity.zoneId ● ID scalar
ZoneCity.stateId ● ID! non-null scalar
ZoneCity.name ● String! non-null scalar
ZoneCity.code ● String scalar
ZoneCity.regions ● ZoneRegionConnection object
ZoneCity.regions.zoneId ● ID scalar
ZoneCity.region ● ZoneRegion object
ZoneCity.region.id ● ID! non-null scalar
ZoneCity.isPredefined ● Boolean scalar
ZoneCity.shippingRate ● ShippingRate object
ZoneCity.shippingRate.id ● ID! non-null scalar
ZoneCity.shippingRates ● [ShippingRate] list object
ZoneCity.inAnotherState ● Boolean scalar
Member Of
ZoneCityConnection object ● ZoneCityEdge object ● ZoneState object