Country
description
Countries of the world
type Country {
  code: String!
  name: String!
}
Fields
Country.code ● String! non-null scalar
Unique country code in ISO-3166-A2 format Eg: US, FI @exposed
Country.name ● String! non-null scalar
Example: United States @exposed
Member of
Company  object