Country object

No description

type Country {
  awsRegion: String!
  capital: String
  code: ID!
  continent: Continent!
  currencies: [String!]!
  currency: String
  emoji: String!
  emojiU: String!
  languages: [Language!]!
  name(
    lang: String
  ): String!
  native: String!
  phone: String!
  phones: [String!]!
  states: [State!]!
  subdivisions: [Subdivision!]!
}

Fields

Country.awsRegion ● String! non-null scalar

Country.capital ● String scalar

Country.code ● ID! non-null scalar

Country.continent ● Continent! non-null object

Country.currencies ● [String!]! non-null scalar

Country.currency ● String scalar

Country.emoji ● String! non-null scalar

Country.emojiU ● String! non-null scalar

Country.languages ● [Language!]! non-null object

Country.name ● String! non-null scalar

Country.name.lang ● String scalar

Country.native ● String! non-null scalar

Country.phone ● String! non-null scalar

Country.phones ● [String!]! non-null scalar

Country.states ● [State!]! non-null object

Country.subdivisions ● [Subdivision!]! non-null object

Returned By

countries query ● country query

Member Of

Continent object ● Language object ● State object

results matching ""

    No results matching ""