Country
Type representing a country. Codes follow ISO 3166.
type Country {
id: Int
name: String
isoCode: String
isoCodeAlpha2: String
}
Fields
Country.id ● Int scalar
The unique identifier for the country.
Country.name ● String scalar
The name of the country.
Country.isoCode ● String scalar
The ISO code of the country.
Country.isoCodeAlpha2 ● String scalar
The ISO alpha-2 code of the country.
Returned by
countries query ● country query
Member of
Player object ● Tournament object