Rename severity to score
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -732,10 +732,10 @@ type Risk implements Node {
|
||||
treatment: RiskTreatment!
|
||||
inherentLikelihood: Int!
|
||||
inherentImpact: Int!
|
||||
inherentSeverity: Int!
|
||||
inherentRiskScore: Int!
|
||||
residualLikelihood: Int!
|
||||
residualImpact: Int!
|
||||
residualSeverity: Int!
|
||||
residualRiskScore: Int!
|
||||
note: String!
|
||||
|
||||
owner: People @goField(forceResolver: true)
|
||||
|
||||
Reference in New Issue
Block a user