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