locales
Get all published locales/languages available in the store
Authentication
Public Access: Accessible with the public API key
Query Structure
{
locales {
# Fields from Locale type
}
}Arguments
This query accepts no arguments.
Return Type
Returns an array of Locale objects containing information about each published locale/language available in the store.
Example
{
locales {
country
currency
defaultLocale
language
name
}
}