Skip to main content

CategoryBulkDelete Object

Deletes categories.

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

Fields

count ● Int!

Returns how many objects were affected.

errors ● [ProductError!]!

Show deprecated

Returned By

categoryBulkDelete mutation