Skip to main content
Version: 3.x

ProductMediaBulkDelete

Deletes product media.

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

Fields

ProductMediaBulkDelete.count ● Int! non-null scalar

Returns how many objects were affected.

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

DEPRECATED

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

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

Returned by

productMediaBulkDelete mutation


Was this page helpful?