BomCountry
Information about a country.
type BomCountry {
code: String!
name: String!
}
Fields
BomCountry.code ● String! non-null scalar
ISO 3166-1 alpha-2 country code (e.g., 'US').
BomCountry.name ● String! non-null scalar
Name of the country.