Skip to main content

DeleteStepToDoByNodeIdInput

All input for the deleteStepToDoByNodeId mutation.

input DeleteStepToDoByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

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

DeleteStepToDoByNodeIdInput.nodeId ● ID! non-null scalar

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

Member Of

deleteStepToDoByNodeId mutation