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