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 deprecated

Returned By

collectionTranslate mutation