OBJECT
EntityScoringRuleFilter
link GraphQL Schema definition
- type EntityScoringRuleFilter {
- # How the filter boxes combine — And or Or.
- : FilterGroupOperator!
- # Optional boolean formula combining the filter boxes by their number.
- : String
- # Primary group of filter conditions.
- : MainFilterBox!
- # Additional condition groups, combined per operator/formula.
- : [FilterBox!]!
- }