CountryType
No description
type CountryType {
name: String!
code: String!
}
Fields
CountryType.name
● String!
non-null scalar
CountryType.code
● String!
non-null scalar
Member Of
MarketType
object