INPUT_OBJECT
CalculateVoucherInput
link GraphQL Schema definition
1 input CalculateVoucherInput { 2 3 : CalculateVoucherSelectionInput! 4 5 # include all active method: AUTO vouchers 6 : Boolean! 7 8 # Exactly one input field should be provided 9 : [CalculateVoucherAdditionalInput!] 10 }