ICountry
No description
interface ICountry {
id: ID!
name: String!
code2: String!
code3: String!
isPredefined: Boolean
storeId: ID
}
Fields
ICountry.id ● ID! non-null scalar
ICountry.name ● String! non-null scalar
ICountry.code2 ● String! non-null scalar
ICountry.code3 ● String! non-null scalar
ICountry.isPredefined ● Boolean scalar
ICountry.storeId ● ID scalar
Implemented By
Country object ● ZoneCountry object