VoucherCreate
Creates a new voucher.
type VoucherCreate {
discountErrors: [DiscountError!]!
voucher: Voucher
}
Fields
VoucherCreate.discountErrors ● [DiscountError!]! non-null object
VoucherCreate.voucher ● Voucher object
Returned By
voucherCreate mutation