Region
No description
type Region implements Node, IRegion {
id: ID!
storeId: ID
countryId: ID!
stateId: ID!
cityId: ID!
name: String!
code: String
isPredefined: Boolean
}
Fields
Region.id ● ID! non-null scalar
Region.storeId ● ID scalar
Region.countryId ● ID! non-null scalar
Region.stateId ● ID! non-null scalar
Region.cityId ● ID! non-null scalar
Region.name ● String! non-null scalar
Region.code ● String scalar
Region.isPredefined ● Boolean scalar
Interfaces
Node interface
IRegion interface
Member Of
CartShippingDetailsArea object ● City object ● CustomerAddress object ● RegionConnection object ● RegionEdge object