State
No description
type State implements Node {
id: ID!
storeId: ID
mappedTo(
provider: ShippingProviders!
locale: String!
): StateProviderMapping
countryId: ID
name: String!
code: String
isReserved: Boolean
isPredefined: Boolean
numOfCities: Int
city(
id: ID!
): City
cities: CityConnection
}
Fields
State.id ● ID! non-null scalar
State.storeId ● ID scalar
State.mappedTo ● StateProviderMapping union
State.mappedTo.provider ● ShippingProviders! non-null enum
State.mappedTo.locale ● String! non-null scalar
State.countryId ● ID scalar
State.name ● String! non-null scalar
State.code ● String scalar
State.isReserved ● Boolean scalar
State.isPredefined ● Boolean scalar
State.numOfCities ● Int scalar
State.city ● City object
State.city.id ● ID! non-null scalar
State.cities ● CityConnection object
Interfaces
Node interface
Member Of
CartShippingDetailsArea object ● Country object ● CustomerAddress object ● PickUpLocation object ● StateConnection object ● StateEdge object ● WuiltShipmentProviderCityRate object