Skip to main content

UpdateStepToDoInput

All input for the updateStepToDo mutation.

input UpdateStepToDoInput {
clientMutationId: String
patch: StepToDoPatch!
id: String!
}

Fields

UpdateStepToDoInput.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.

UpdateStepToDoInput.patch ● StepToDoPatch! non-null input

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

UpdateStepToDoInput.id ● String! non-null scalar

Member Of

updateStepToDo mutation