CategoryTranslate
Creates/updates translations for a category.
type CategoryTranslate {
  translationErrors: [TranslationError!]! @deprecated
  errors: [TranslationError!]!
  category: Category
}
Fields
CategoryTranslate.translationErrors ● [TranslationError!]! deprecated non-null object miscellaneous
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
CategoryTranslate.errors ● [TranslationError!]! non-null object miscellaneous
CategoryTranslate.category ● Category object products
Returned By
categoryTranslate mutation