INPUT_OBJECT
DisplayFilter
link GraphQL Schema definition
1 input DisplayFilter { 2 3 : [Int!] 4 5 # Exactly one input field should be provided 6 : StringMatch 7 8 : [Status!] 9 10 # Exactly one input field should be provided 11 : StringMatch 12 13 # Exactly one input field should be provided 14 : StringMatch 15 16 # Exactly one input field should be provided 17 : StringMatch 18 19 : [String!] 20 21 : [Int!] 22 23 : [Int!] 24 25 : [Int!] 26 27 : [Int!] 28 29 : [Int!] 30 31 : DateRange 32 33 : String 34 35 : [String!] 36 37 : [String!] 38 }