Skip to main content

Country

type Country {
id: ID!
capital: String
currency: String
currencyCode: String
currencySymbol: String
emoji: String
emojiString: String
iso2: String
iso3: String
locationTranslations: LocationTranslations!
name: String!
native: String
phoneCode: String
region: String
subregion: String
}

Fields

idID!required
capitalString

Indicates the capital of the county.

currencyString

Indicates the currency of the county.

currencyCodeString
currencySymbolString
emojiString

Indicates the flag emoji of the county.

emojiStringString

Indicates the flag emoji code of the county.

iso2String

The two-letter country code corresponding to the country.

iso3String

The three-letter country code corresponding to the country.

locationTranslationsLocationTranslations!required

Shows spellings of country name in different languages.

nameString!required

Country's name.

nativeString

Indicates the name of the country in the local language.

phoneCodeString

The phone code corresponding to the country.

regionString

Indicates the region of the county.

subregionString

Indicates the subregion of the county.