Skip to main content

UpdateWorkflowTaskMilestoneInput

Autogenerated input type of UpdateWorkflowTaskMilestone

input UpdateWorkflowTaskMilestoneInput {
clientMutationId: String
params: WorkflowTaskMilestoneUpdateInput!
}

Fields

UpdateWorkflowTaskMilestoneInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdateWorkflowTaskMilestoneInput.params ● WorkflowTaskMilestoneUpdateInput! non-null input

Milestone update params

Member Of

updateWorkflowTaskMilestone mutation