Locale
ObjectFields returned for locale.
#
Fields
- String!
code The normalized BCP 47 language tag for the locale.
- ID!
id The unique identifier of the locale.
- Boolean!
isDefault Whether this locale is the default locale.
- LocaleStatus!
status The status of the locale.
Possible enum valuesACTIVEThe locale is available for translated store content.
INACTIVEThe locale is retained but not currently available for use.
#
Queries
Gets a single locale by its ID.
Gets locales configured for Thor Commerce.
#
Mutations
Creates a locale.
Deletes a locale.
Updates a locale.