Skip to main content
Version: 3.x

CategoryBulkDelete

Deletes categories.

Requires MANAGE_PRODUCTSpermission.
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

DEPRECATED

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

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

Returned by

categoryBulkDelete mutation


Was this page helpful?