Skip to main content

CategoryBulkDelete

Deletes categories.

Requires MANAGE_PRODUCTSpermission.
type CategoryBulkDelete {
count: Int!
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
}

Fields

CategoryBulkDelete.count ● Int! non-null scalar miscellaneous

Returns how many objects were affected.

CategoryBulkDelete.productErrors ● [ProductError!]! deprecated non-null object products

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

CategoryBulkDelete.errors ● [ProductError!]! non-null object products

Returned By

categoryBulkDelete mutation