Add categories on risk
Signed-off-by: Antoine Bouchardy <antoine@getprobo.com> Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
committed by
Bryan Frimin
parent
09fb70d75f
commit
b137ec6bdf
15
pkg/graphql/schema.graphql
Normal file
15
pkg/graphql/schema.graphql
Normal file
@@ -0,0 +1,15 @@
|
||||
type Risk {
|
||||
id: ID!
|
||||
organizationId: ID!
|
||||
name: String!
|
||||
description: String!
|
||||
category: String!
|
||||
treatment: RiskTreatment!
|
||||
ownerId: ID
|
||||
inherentLikelihood: Int!
|
||||
inherentImpact: Int!
|
||||
residualLikelihood: Int!
|
||||
residualImpact: Int!
|
||||
createdAt: Time!
|
||||
updatedAt: Time!
|
||||
}
|
||||
Reference in New Issue
Block a user