VoucherCreate
Result of voucher create mutation.
type VoucherCreate {
voucher: Voucher
discountErrors: [DiscountError!]!
}
Fields
VoucherCreate.voucher ● Voucher object
The created voucher.
VoucherCreate.discountErrors ● [DiscountError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
voucherCreate mutation