ProductBulkDelete
Result of product bulk delete mutation.
type ProductBulkDelete {
count: Int!
productErrors: [ProductError!]!
}
Fields
ProductBulkDelete.count ● Int! non-null scalar
Number of products deleted.
ProductBulkDelete.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
productBulkDelete mutation