DeleteStepToDoTaskByNodeIdInput
All input for the deleteStepToDoTaskByNodeId mutation.
input DeleteStepToDoTaskByNodeIdInput {
clientMutationId: String
nodeId: ID!
}
Fields
DeleteStepToDoTaskByNodeIdInput.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.
DeleteStepToDoTaskByNodeIdInput.nodeId ● ID! non-null scalar
The globally unique ID which will identify a single StepToDoTask to be deleted.
Member Of
deleteStepToDoTaskByNodeId mutation