OBJECT

EntityHealthSettings

link GraphQL Schema definition

  • type EntityHealthSettings {
  • # Health categories that group records by score range (for example Good, Watch,
  • # Critical).
  • categories: [HealthCategory!]!
  • # How indicator scores are combined. Manual uses the score configured on each
  • # indicator; Priority derives scores from the order of the indicators.
  • calculationType: EntityHealthCalculationTypeEnum!
  • # Indicator rules that contribute positive or negative points to the health score.
  • healthIndicators: EntityHealthFieldConfiguration!
  • # Indicator rules that force the record into the critical category when they
  • # match.
  • criticalHealthIndicators: EntityHealthFieldConfiguration!
  • }