CategoryUpdate Object
Updates a category.
type CategoryUpdate {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
category: Category
}
Fields
errors ● [ProductError!]!
category ● Category
Show deprecatedHide deprecated
productErrors ● [ProductError!]!
DEPRECATED
Use errors field instead.
Returned By
categoryUpdate mutation