changeTypeCreate Mutation
Creates a new change type.
Input Argument
changeTypeCreate 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
)
Very short description of the change type, for example "More than 200 workdays or $200K".
Boolean
)
Whether the change type may not be related to any more changes.
String
)
Any additional information about the change type that might prove useful, especially for change managers when they need to decide which change type to select for a change.
String!
)
The name of the change type. Ideally the name of a change type consists of a single word, such as "Large".
Int
)
The position that the change type 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
ChangeType
)
Record after mutation.
String
)
A unique identifier for the client performing the mutation.
[ValidationError!]
)
Errors encountered during the mutation.