Country
No description
type Country implements Node, ICountry {
id: ID!
storeId: ID
name: String!
code2: String!
code3: String!
states: StateConnection
state(
id: ID!
): State
isPredefined: Boolean
}
Fields
Country.id ● ID! non-null scalar
Country.storeId ● ID scalar
Country.name ● String! non-null scalar
Country.code2 ● String! non-null scalar
Country.code3 ● String! non-null scalar
Country.states ● StateConnection object
Country.state ● State object
Country.state.id ● ID! non-null scalar
Country.isPredefined ● Boolean scalar
Interfaces
Node interface
ICountry interface
Member Of
CartShippingDetailsArea object ● CountryConnection object ● CountryEdge object ● CustomerAddress object ● PickUpLocation object