Skip to main content
Version: Latest

Country

description

Countries of the world

type Country {
code: String!
name: String!
}

Fields

Country.code ● String! non-null scalar graph-ql-types

Unique country code in ISO-3166-A2 format Eg: US, FI @exposed

Country.name ● String! non-null scalar graph-ql-types

Example: United States @exposed

Member Of

Company object

Implemented By

DocumentCountGroupingProperty union