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 deprecatedHide deprecated

translationErrors ● [TranslationError!]!

DEPRECATED

Use errors field instead.

Returned By

categoryTranslate mutation