riskSeverityCreate Mutation
Creates a new risk severity.
Input Argument
riskSeverityCreate accepts a single input
argument, an input type,
which contains the values it uses.
The fields inside input
are:
String
)
A unique identifier for the client performing the mutation.
String
)
A very short description of the risk severity, for example "Risk is Significant".
Boolean
)
Whether the risk severity may not be related to any more risks.
String
)
Any additional information about the risk severity that might prove useful, especially for risk managers when they need to decide which severity to select for a risk.
String!
)
The name of the risk severity. Ideally the name of a risk severity consists of a single word, such as "High".
Int
)
The position that the risk severity takes when it is displayed in a sorted list.
String
)
An identifier for the client application submitting the resource or the name of an external system.
String
)
The unique identifier of the resource in an external system.
Return Fields
String
)
A unique identifier for the client performing the mutation.
[ValidationError!]
)
Errors encountered during the mutation.
RiskSeverity
)
Record after mutation.