appSeverities
Last updated
Represents severity counts for issues in an application.
type AppSeverities {
info: Int
low: Int
medium: Int
high: Int
critical: Int
appox: Int
}info Int
The number of informational severity issues
low Int
The number of low severity issues
medium Int
The number of medium severity issues
high Int
The number of high severity issues
critical Int
The number of critical severity issues
appox Int
The number of Appoxalypse severity issues
Last updated
