INPUT_OBJECT

VoucherActionResultInput

link GraphQL Schema definition

1input VoucherActionResultInput {
2
3# Only true or null
4continue: Boolean
5
6selectedProducts: VoucherActionResultDiscountInput
7
8productTotal: VoucherActionResultDiscountInput
9
10orderTotal: VoucherActionResultDiscountInput
11
12# Exactly one input field should be provided
13freeShipping: VoucherActionResultShippingOptionsInput
14
15freeProducts: VoucherActionResultFreeProductsInput
16}