OBJECT

TotalRiskSummary

Description

Total Risk Summary Details.

link GraphQL Schema definition

  • type TotalRiskSummary {
  • # Total number of hits.
  • totalHits: Long!
  • # Total number of high-risk hits.
  • totalHighRiskHits: Long!
  • # Total number of medium-risk hits.
  • totalMediumRiskHits: Long!
  • # Total number of low-risk hits.
  • totalLowRiskHits: Long!
  • }