VoucherChannelListingUpdate
Manage voucher's availability in channels.
type VoucherChannelListingUpdate {
  voucher: Voucher
  discountErrors: [DiscountError!]! @deprecated
  errors: [DiscountError!]!
}
Fields
VoucherChannelListingUpdate.voucher ● Voucher object
An updated voucher instance.
VoucherChannelListingUpdate.discountErrors ● [DiscountError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
VoucherChannelListingUpdate.errors ● [DiscountError!]! non-null object
Returned by
voucherChannelListingUpdate mutation
Was this page helpful?