INPUT_OBJECT
VoucherActionResultFixedPriceDiscountInput
link GraphQL Schema definition
1 input VoucherActionResultFixedPriceDiscountInput { 2 3 # Exactly one input field should be provided 4 : VoucherActionResultMultiplierInput! 5 6 : [VoucherActionPricelistValueInput!]! 7 }