Skip to main content
Anchor to TranslationsRegisterPayload

TranslationsRegisterPayload

payload

Return type for translationsRegister mutation.

•[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?

Anchor to Mutations with this payloadMutations with this payload

•mutation

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.

Arguments

•ID!
required

ID of the resource that is being translated.

•[TranslationInput!]!
required

Specifies the input fields for a translation.



Was this section helpful?