VoucherUpdate
Result of voucher update mutation.
type VoucherUpdate {
voucher: Voucher
discountErrors: [DiscountError!]!
}
Fields
VoucherUpdate.voucher ● Voucher object
The updated voucher.
VoucherUpdate.discountErrors ● [DiscountError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
voucherUpdate mutation