INPUT_OBJECT

DiscountActionResultInput

link GraphQL Schema definition

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