Skip to content
R-Service R-Service
RR Tech Service Management Developer Guide

projectRiskLevelCreate Mutation

Creates a new project risk level.

projectRiskLevelCreate accepts a single input argument, an input type , which contains the values it uses.

The fields inside input are:

clientMutationId ( String )

A unique identifier for the client performing the mutation.

description ( String )

A very short description of the project risk level, for example “Risk of Failure is Significant”.

disabled ( Boolean )

Whether the project risk level may not be related to any more projects.

information ( String )

Any additional information about the project risk level that might prove useful, especially for project managers when they need to decide which project risk level to select for a project.

name ( String! )

The name of the project risk level. Ideally the name of a project risk level consists of a single word, such as “Significant”.

position ( Int )

The position that the project risk level takes when it is displayed in a sorted list.

source ( String )

An identifier for the client application submitting the resource or the name of an external system.

sourceID ( String )

The unique identifier of the resource in an external system.

clientMutationId ( String )

A unique identifier for the client performing the mutation.

errors ( ValidationError )

Errors encountered during the mutation.

projectRiskLevel ( ProjectRiskLevel )

Record after mutation.