Skip to main content
Version: 3.x

CollectionTranslate

Creates/updates translations for a collection.

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

Fields

CollectionTranslate.translationErrors ● [TranslationError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

CollectionTranslate.errors ● [TranslationError!]! non-null object

CollectionTranslate.collection ● Collection object

Returned by

collectionTranslate mutation


Was this page helpful?