Skip to main content

DeleteDealExecutionScoreHistoryByNodeIdInput

All input for the deleteDealExecutionScoreHistoryByNodeId mutation.

input DeleteDealExecutionScoreHistoryByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

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

DeleteDealExecutionScoreHistoryByNodeIdInput.nodeId ● ID! non-null scalar

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

Member Of

deleteDealExecutionScoreHistoryByNodeId mutation