Country
Represents information about a country.
type Country {
code: String
iso2: String
iso3: String
displayName: String
nativeName: String
callingCode: String
currencyCode: String
currencySymbol: String
}
Fields
Country.code ● String scalar
Two-letter country code, ISO 3166-1 alpha-2 (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). Example: US
Country.iso2 ● String scalar
Two-letter country code, ISO 3166-1 alpha-2 (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). Example: US
Country.iso3 ● String scalar
Three-letter country code, ISO 3166-1 alpha-3 (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3). Example: USA
Country.displayName ● String scalar
The name of the country.
Country.nativeName ● String scalar
The native name of the country.
Country.callingCode ● String scalar
The country's calling code.
Country.currencyCode ● String scalar
The country's currency.
Country.currencySymbol ● String scalar
The country's currency symbol.
Returned By
countries query
Member Of
AccountAddress object ● Address object ● Company object ● Contact object ● Person object ● PropertyAddress object