Skip to main content
Version: 3.x

ProductTypeBulkDelete

Deletes product types.

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

Fields

ProductTypeBulkDelete.count ● Int! non-null scalar

Returns how many objects were affected.

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

DEPRECATED

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

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

Returned by

productTypeBulkDelete mutation


Was this page helpful?