Skip to main content
Version: 3.x

CollectionBulkDelete

Deletes collections.

Requires MANAGE_PRODUCTSpermission.
type CollectionBulkDelete {
count: Int!
collectionErrors: [CollectionError!]! @deprecated
errors: [CollectionError!]!
}

Fields

CollectionBulkDelete.count ● Int! non-null scalar

Returns how many objects were affected.

CollectionBulkDelete.collectionErrors ● [CollectionError!]! deprecated non-null object

DEPRECATED

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

CollectionBulkDelete.errors ● [CollectionError!]! non-null object

Returned by

collectionBulkDelete mutation


Was this page helpful?