OBJECT
EntityScoringSettings
link GraphQL Schema definition
- type EntityScoringSettings {
- # Scoring categories that group records by accumulated score range (for example
- # Hot, Warm, Cold).
- : [EntityScoringCategory!]!
- # Filter that limits which records are eligible for scoring; records outside it
- # are not scored.
- : FieldFilter!
- # Scoring rules whose matching adjusts a record score.
- : [EntityScoringRule!]
- }