severities
Last updated
Represents the count of issues categorized by severity levels within a specific context.
type Severities {
info: Int
low: Int
medium: Int
high: Int
critical: Int
appox: Int
}info Int
Count of informational severity issues
low Int
Count of low severity issues
medium Int
Count of medium severity issues
high Int
Count of high severity issues
critical Int
Count of critical severity issues
appox Int
Count of appoxalypse severity issues
Last updated
