VoucherDelete
Deletes a voucher.
type VoucherDelete {
discountErrors: [DiscountError!]! @deprecated
errors: [DiscountError!]!
voucher: Voucher
}
Fields
VoucherDelete.discountErrors ● [DiscountError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
VoucherDelete.errors ● [DiscountError!]! non-null object
VoucherDelete.voucher ● Voucher object
Returned by
voucherDelete mutation
Was this page helpful?