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