Anchor to TranslationsRegisterPayloadTranslations
payloadTranslations Register Payload
Return type for mutation.
Anchor to FieldsFields
- 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?
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
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.
- 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.
Arguments
Was this section helpful?