Objects
CountryType
Type containing all information about the country-type
Type containing all information about the country-type
type CountryType {
name: String!
code: String!
}
Fields
name ● String! non-null scalar required
Name
code ● String! non-null scalar required
Two-letter ISO code
Member Of
MarketType object