INPUT_OBJECT

AnalyzerRiskInstanceInput

Description

Represents the analyzer risk instance.

link GraphQL Schema definition

  • input AnalyzerRiskInstanceInput {
  • # Represents the analyzer ID.
  • analyzerId: String
  • # Represents the risk version.
  • riskVersion: Int
  • # Represents the risk associated with the analyzer ID and risk version.
  • risk: RiskLevelType
  • }