INPUT_OBJECT
AccountFilter
link GraphQL Schema definition
1 input AccountFilter { 2 3 : [Int64!] 4 5 # Exactly one input field should be provided 6 : StringMatch 7 8 : [Status!] 9 10 : DateRange 11 12 : DateRange 13 14 : FloatRange 15 16 : Boolean 17 18 # Exactly one input field should be provided 19 : StringMatch 20 21 # Exactly one input field should be provided 22 : StringMatch 23 24 # Exactly one input field should be provided 25 : StringMatch 26 27 # Exactly one input field should be provided 28 : StringMatch 29 30 : Boolean 31 32 : Boolean 33 34 : Boolean 35 36 : Boolean 37 38 : Boolean 39 40 : [Int!] 41 42 : [Int!] 43 44 : [Int!] 45 46 : [Int!] 47 48 : [Int!] 49 50 : [Int!] 51 52 : String 53 54 : [String!] 55 56 : [String!] 57 58 : [String!] 59 }