CategoryBulkDelete
Deletes categories.
type CategoryBulkDelete {
count: Int!
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
}
Fields
CategoryBulkDelete.count ● Int! non-null scalar
Returns how many objects were affected.
CategoryBulkDelete.productErrors ● [ProductError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
CategoryBulkDelete.errors ● [ProductError!]! non-null object
Returned by
categoryBulkDelete mutation
Was this page helpful?