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
capital
StringIndicates the capital of the county.
currency
StringIndicates the currency of the county.
currencyCode
StringcurrencySymbol
Stringemoji
StringIndicates the flag emoji of the county.
emojiString
StringIndicates the flag emoji code of the county.
iso2
StringThe two-letter country code corresponding to the country.
iso3
StringThe three-letter country code corresponding to the country.
Shows spellings of country name in different languages.
Country's name.
native
StringIndicates the name of the country in the local language.
phoneCode
StringThe phone code corresponding to the country.
region
StringIndicates the region of the county.
subregion
StringIndicates the subregion of the county.