Skip to main content

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 miscellaneous

DEPRECATED

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

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

CollectionTranslate.collection ● Collection object products

Returned By

collectionTranslate mutation