Skip to main content

CollectionTranslate Object

Creates/updates translations for a collection.

Requires the MANAGE_TRANSLATIONSpermission.
type CollectionTranslate {
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
collection: Collection
}

Fields​

errors ● [TranslationError!]!​

collection ● Collection​

Show deprecatedHide deprecated

translationErrors ● [TranslationError!]!​

DEPRECATED

Use errors field instead.

Returned By​

collectionTranslate mutation