Skip to main content

UpdateStepToDoTaskInput

All input for the updateStepToDoTask mutation.

input UpdateStepToDoTaskInput {
clientMutationId: String
patch: StepToDoTaskPatch!
id: String!
}

Fields

UpdateStepToDoTaskInput.clientMutationId ● String scalar

An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.

UpdateStepToDoTaskInput.patch ● StepToDoTaskPatch! non-null input

An object where the defined keys will be set on the StepToDoTask being updated.

UpdateStepToDoTaskInput.id ● String! non-null scalar

Member Of

updateStepToDoTask mutation