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