INPUT_OBJECT
VoucherActionCriteriaXOfYInput
link GraphQL Schema definition
1 input VoucherActionCriteriaXOfYInput { 2 3 # Count of items required the criteria to apply 4 : Int! 5 6 # Count of items being passed on to result when the criteria applies 7 : Int! 8 9 # Which items will the given discount be distributed to 10 : VoucherActionCriteriaXOfYDiscountType! 11 }