Anchor to TranslationUserErrorTranslation
objectTranslation User Error
Requires access scope.
Represents an error that happens during the execution of a translation mutation.
Anchor to FieldsFields
- Anchor to codecode•Translation
Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- •mutation
Creates or updates market localizations.
- •mutation
Deletes market localizations.
- •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
query to get a resource's translatable content and digest values before creating translations. You can optionally scope translations to specific markets using thefield in each translation input.Learn more about managing translations.
- •mutation
Deletes translations.
Was this section helpful?