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