OBJECT

UserCountry

A country of the user

link GraphQL Schema definition

  • type UserCountry {
  • # ISO 3166-2 Country Code
  • code: String
  • # Name of the country
  • name: String
  • # Country Region
  • region: String
  • # Language for the webapp
  • language: String
  • }