CategoryDelete
Deletes a category.
type CategoryDelete {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
category: Category
}
Fields
CategoryDelete.productErrors ● [ProductError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
CategoryDelete.errors ● [ProductError!]! non-null object
CategoryDelete.category ● Category object
Returned by
categoryDelete mutation
Was this page helpful?