Skip to main content
Anchor to TranslatableResourceConnection

TranslatableResourceConnection

connection

An auto-generated type for paginating through multiple TranslatableResources.

Anchor to Fields with this connectionFields with this connection

•OBJECT

A resource in Shopify that contains fields available for translation into different languages. Accesses the resource's translatable content, existing Translation objects, and any nested resources that can also be translated.

The TranslatableContent includes field keys, values, and digest hashes needed when registering translations.

You can retrieve translations for specific Locale and Market configurations. Each translation includes an outdated flag indicating whether the original content has changed since that translation was last updated.

Learn more about managing translated content.


Was this section helpful?

Anchor to Queries with this connectionQueries with this connection

•query

Returns a paginated list of TranslatableResource objects for a specific resource type. Each resource provides translatable content and digest values needed for the translationsRegister mutation.

Learn more about managing translated content.

Learn more about managing translated content.

•query

Returns a paginated list of TranslatableResource objects for the specified resource IDs. Each resource provides translatable content and digest values needed for the translationsRegister mutation.

Learn more about managing translated content.


Was this section helpful?

•[TranslatableResourceEdge!]!
non-null

The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.

•[TranslatableResource!]!
non-null

A list of nodes that are contained in TranslatableResourceEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.

•PageInfo!
non-null

An object that’s used to retrieve cursor information about the current page.


Was this section helpful?