VoucherBulkDelete
Deletes vouchers.
type VoucherBulkDelete {
count: Int!
discountErrors: [DiscountError!]!
}
Fields
VoucherBulkDelete.count ● Int! non-null scalar
Returns how many objects were affected.
VoucherBulkDelete.discountErrors ● [DiscountError!]! non-null object
Returned By
voucherBulkDelete mutation