INPUT_OBJECT
VoucherActionResultFreeProductsInput
link GraphQL Schema definition
1 input VoucherActionResultFreeProductsInput { 2 3 # Exactly one input field should be provided 4 : [ProductVariantInput!]! 5 6 : Boolean! 7 8 : Boolean! 9 10 : Boolean! 11 12 : [VoucherActionPricelistValueInput!] 13 }