changeTemplateCreate Mutation
Creates a new change template.
Input Argument
changeTemplateCreate accepts a single input
argument, an input type,
which contains the values it uses.
The fields inside input
are:
ChangeCategory
)
The category that needs to be selected in the Category field of a new change when it is being created based on the template.
ID
)
The person who will be responsible for coordinating the changes that will be generated automatically in accordance with the recurrence schedule.
ID
)
The type that needs to be selected in the Type field of a new change when it is being created based on the template.
String
)
A unique identifier for the client performing the mutation.
Boolean
)
Whether the change template may not be used to help register new changes.
String
)
The information that needs to be shown when a new change is being created based on the template. This field typically contains instructions about how to register the change.
ChangeJustification
)
The justification that needs to be selected in the Justification field of a new change when it is being created based on the template. This field is required when there are request templates linked to the change template.
[ChangeTemplateTaskTemplateInput!]
)
Task template relations of the change template.
String
)
The information that needs to be copied to the Note field of a new change when it is being created based on the template.
RecurrenceInput
)
Recurrence for the change template.
ID
)
The service that should be selected in the Service field of a new change when it is being created based on the template.
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
String!
)
Short description that needs to be copied to the Subject field of a new change when it is being created based on the template.
ID
)
UI extension that is to be applied to the record.
Return Fields
ChangeTemplate
)
Record after mutation.
String
)
A unique identifier for the client performing the mutation.
[ValidationError!]
)
Errors encountered during the mutation.