Translation 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.
Anchor to MutationsMutations
- •mutation
Creates or updates market localizations.
- Anchor to marketLocalizationsmarket•[Market
Localizations Localization Register Input!]!required The input fields for a market localization.
- Anchor to resourceIdresource•ID!required
Id The ID of the resource that is being localized within the context of a market.
Arguments
- Anchor to marketLocalizationsmarket•[Market
Localizations Localization!] The market localizations that were created or updated.
- Anchor to userErrorsuser•[Translation
Errors User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
Deletes market localizations.
- Anchor to marketIdsmarket•[ID!]!required
Ids The list of market IDs.
- Anchor to marketLocalizationKeysmarket•[String!]!required
Localization Keys The list of market localization keys.
- Anchor to resourceIdresource•ID!required
Id The ID of the resource for which market localizations are being deleted.
Arguments
- Anchor to marketLocalizationsmarket•[Market
Localizations Localization!] The market localizations that were deleted.
- Anchor to userErrorsuser•[Translation
Errors User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
Creates or updates translations.
- Anchor to resourceIdresource•ID!required
Id 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•[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.
Fields
- •mutation
Deletes translations.
- Anchor to localeslocales•[String!]!required
The list of translation locales. Only locales returned in
are valid.
- Anchor to marketIdsmarket•[ID!]
Ids The list of market IDs.
- Anchor to resourceIdresource•ID!required
Id ID of the translatable resource for which translations are being deleted.
- Anchor to translationKeystranslation•[String!]!required
Keys The list of translation keys.
Arguments
- Anchor to translationstranslations•[Translation!]
The translations that were deleted.
- Anchor to userErrorsuser•[Translation
Errors User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields