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