voucherUpdate
Updates a voucher.
voucherUpdate(
id: ID!
input: VoucherInput!
): VoucherUpdate
Arguments
voucherUpdate.id ● ID! non-null scalar
ID of a voucher to update.
voucherUpdate.input ● VoucherInput! non-null input
Fields required to update a voucher.
Type
VoucherUpdate object
Updates a voucher.
Was this page helpful?