Translation User Error
Requires access scope.
Represents an error that happens during the execution of a translation mutation.
Anchor to FieldsFields
- Anchor to codecode•
The error code.
- Anchor to fieldfield•
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Anchor to MutationsMutations
- •mutation
Creates or updates market localizations.
- Anchor to marketLocalizationsmarket•
Localizations The input fields for a market localization.
- Anchor to resourceIdresource•
Id ID!required The ID of the resource that is being localized within the context of a market.
Arguments
- Anchor to marketLocalizationsmarket•
Localizations The market localizations that were created or updated.
- Anchor to userErrorsuser•
Errors [TranslationUser Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
Deletes market localizations.
- Anchor to marketIdsmarket•
Ids [ID!]!required The list of market IDs.
- Anchor to marketLocalizationKeysmarket•
Localization Keys [String!]!required The list of market localization keys.
- Anchor to resourceIdresource•
Id ID!required The ID of the resource for which market localizations are being deleted.
Arguments
- Anchor to marketLocalizationsmarket•
Localizations The market localizations that were deleted.
- Anchor to userErrorsuser•
Errors [TranslationUser Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
Creates or updates 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
- Anchor to translationstranslations•
The translations that were created or updated.
- Anchor to userErrorsuser•
Errors [TranslationUser Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
Deletes translations.
- Anchor to localeslocales•[String!]!required
The list of translation locales. Only locales returned in
are valid.
- Anchor to marketIdsmarket•
Ids The list of market IDs.
- Anchor to resourceIdresource•
Id ID!required ID of the translatable resource for which translations are being deleted.
- Anchor to translationKeystranslation•
Keys [String!]!required The list of translation keys.
Arguments
- Anchor to translationstranslations•
The translations that were deleted.
- Anchor to userErrorsuser•
Errors [TranslationUser Error!]!non-null The list of errors that occurred from executing the mutation.
Fields