Skip to main content

CountryFlag

Country flag image associated with a specific country code.

See: NormalizedShow.productionLocaleFlag.

type CountryFlag {
countryCode: CountryCode!
format: CountryFlagFormat!
size: CountryFlagSize
url: URL!
}

Fields

CountryFlag.countryCode ● CountryCode! non-null scalar references

ISOISO 3166-1 alpha-2 country code of the country the flag image represents.

CountryFlag.format ● CountryFlagFormat! non-null enum references

Format of the flage image.

CountryFlag.size ● CountryFlagSize enum references

Size ID of the flag image (for supported formats).

CountryFlag.url ● URL! non-null scalar references

Flage image URL.

Member Of

NormalizedShow object