OBJECT

EntityScoringSettings

link GraphQL Schema definition

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