projectTemplateUpdate Mutation
Updates an existing project template.
Input Argument
projectTemplateUpdate 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.
Boolean
)
Whether the project template may not be used to help register new projects.
ID!
)
The node ID of the record to update.
[ProjectPhaseInput!]
)
Phases of the project template.
[ProjectTemplateTaskTemplateInput!]
)
Project task template relations of the project template.
[ID!]
)
Identifiers of phases to remove from the project 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
)
A short description that needs to be copied to the Subject field of a new project when it is being created based on the template.
[ID!]
)
Identifiers of task template relations to remove from the project template.
Return Fields
String
)
A unique identifier for the client performing the mutation.
[ValidationError!]
)
Errors encountered during the mutation.
ProjectTemplate
)
Record after mutation.