Skip to main content
Anchor to translationsRegister

translationsRegister

mutation

Requires write_translations access scope.

Creates or updates translations for a resource's translatable content.

Each translation requires a digest value from the resource's translatable content. Use the translatableResource query to get a resource's translatable content and digest values before creating translations. You can optionally scope translations to specific markets using the marketId field in each translation input.

Learn more about managing translations.

ID!
required

ID of the resource that is being translated.

[TranslationInput!]!
required

Specifies the input fields for a translation.


Was this section helpful?

Anchor to TranslationsRegisterPayload returnsTranslationsRegisterPayload returns

[Translation!]

The translations that were created or updated.

[TranslationUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?