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