Skip to main content
object

A country with localization settings for a storefront. Includes the country's currency, available languages, default language, and unit system (metric or imperial).

Access countries through the localization query, which returns both the list of available countries and the currently active country. Use the @inContext directive to change the active country context.

•[Language!]!
non-null

The languages available for the country.

•Currency!
non-null

The currency of the country.

•Language!
non-null

The default language for the country.

•CountryCode!
non-null

The ISO code of the country.

•String!
non-null

The name of the country.

•UnitSystem!
non-null

The unit system used in the country.

•Market
Deprecated

Was this section helpful?