Translation object
Translation of a field of a resource.
On this page
Fields
- key (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
Translation key. - locale (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
Translation locale. - outdated (
[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
Marked as outdated. - value (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
Translation value.
Types that return Translation
[TranslatableResource.translations](https://shopify.dev/docs/admin-api/graphql/reference/translations/translatableresource#translations-2021-01)
Mutations for Translation
- translationsRegister
Creates or updates translations. - translationsRemove
Removes translations.