VoucherBulkDelete
Result of voucher bulk delete mutation.
type VoucherBulkDelete {
count: Int!
discountErrors: [DiscountError!]!
}
Fields
VoucherBulkDelete.count ● Int! non-null scalar
Number of vouchers deleted.
VoucherBulkDelete.discountErrors ● [DiscountError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
voucherBulkDelete mutation