Rename severity to score

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-05-22 16:07:40 -07:00
parent ce22fa7f62
commit 9c5828b525
7 changed files with 133 additions and 116 deletions

View File

@@ -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)