OBJECT

AnalyzerGroupResult

link GraphQL Schema definition

  • type AnalyzerGroupResult {
  • analyzerGroup: AnalyzerGroup!
  • hits: Hits!
  • analyzerResults: [AnalyzerResult!]!
  • # Represents the total number of hits for the analyzer group, including sensitive
  • # and non-sensitive hits.
  • totalHits: Hits
  • }