CategoryTranslate Object
Creates/updates translations for a category.
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