Skip to main content

UpdateStepToDoByNodeIdInput

All input for the updateStepToDoByNodeId mutation.

input UpdateStepToDoByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: StepToDoPatch!
}

Fields

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

UpdateStepToDoByNodeIdInput.nodeId ● ID! non-null scalar

The globally unique ID which will identify a single StepToDo to be updated.

UpdateStepToDoByNodeIdInput.patch ● StepToDoPatch! non-null input

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

Member Of

updateStepToDoByNodeId mutation