Anchor to translationsRegistertranslations
mutationtranslations Register
Requires 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 query to get a resource's translatable content and digest values before creating translations. You can optionally scope translations to specific markets using the field in each translation input.
Learn more about managing translations.
Anchor to Arguments
Arguments
- resourceId (ID!)
- translations ([TranslationInput!]!)
- Anchor to resourceIdresource•ID!
Id required ID of the resource that is being translated.
- Anchor to translationstranslations•[Translation
Input!]! required Specifies the input fields for a translation.
Was this section helpful?
- translations ([Translation!])
- userErrors ([TranslationUserError!]!)
- Anchor to translationstranslations•[Translation!]
The translations that were created or updated.
- Anchor to userErrorsuser•[Translation
Errors User Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?