Skip to main content

CategoryTranslate Object

Creates/updates translations for a category.

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

Fields

errors ● [TranslationError!]!

category ● Category

Show deprecated

Returned By

categoryTranslate mutation