Skip to main content
Version: 3.x

CategoryTranslate

Creates/updates translations for a category.

Requires MANAGE_TRANSLATIONSpermission.
type CategoryTranslate {
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
category: Category
}

Fields

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

DEPRECATED

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

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

CategoryTranslate.category ● Category object

Returned by

categoryTranslate mutation


Was this page helpful?