TranslatableContent object

Translatable content of a resource’s field.

On this page

Fields

  • digest ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    Digest (hash) of the content.
  • key ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    Content key.
  • locale ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    Content locale.
  • value ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    Content value.

Types that return TranslatableContent

  • [TranslatableResource.translatableContent](https://shopify.dev/docs/admin-api/graphql/reference/translations/translatableresource#translatablecontent-2021-01)