CategoryDelete Object
Deletes a category.
type CategoryDelete {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
category: Category
}
Fields
errors ● [ProductError!]!
category ● Category
Show deprecated
Returned By
categoryDelete mutation