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