INPUT_OBJECT
SubvoucherFilter
link GraphQL Schema definition
1 input SubvoucherFilter { 2 3 : [Int!] 4 5 : [Int!] 6 7 # Exactly one input field should be provided 8 : StringMatch 9 10 # Exactly one input field should be provided 11 : StringMatch 12 13 # Exactly one input field should be provided 14 : StringMatch 15 16 : [Int!] 17 18 : String 19 20 : [String!] 21 22 : [String!] 23 }