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
capitalStringIndicates the capital of the county.
currencyStringIndicates the currency of the county.
currencyCodeStringcurrencySymbolStringemojiStringIndicates the flag emoji of the county.
emojiStringStringIndicates the flag emoji code of the county.
iso2StringThe two-letter country code corresponding to the country.
iso3StringThe three-letter country code corresponding to the country.
Shows spellings of country name in different languages.
Country's name.
nativeStringIndicates the name of the country in the local language.
phoneCodeStringThe phone code corresponding to the country.
regionStringIndicates the region of the county.
subregionStringIndicates the subregion of the county.