OBJECT

Country

Official data on the country of residence.

link GraphQL Schema definition

  • type Country {
  • # A 2 character representation of the country according to ISO2 standards
  • iso2: String
  • # The full name of the country
  • name: String
  • }