Skip to main content

UpdateDealExecutionScoreHistoryByNodeIdInput

All input for the updateDealExecutionScoreHistoryByNodeId mutation.

input UpdateDealExecutionScoreHistoryByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: DealExecutionScoreHistoryPatch!
}

Fields

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

UpdateDealExecutionScoreHistoryByNodeIdInput.nodeId ● ID! non-null scalar

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

UpdateDealExecutionScoreHistoryByNodeIdInput.patch ● DealExecutionScoreHistoryPatch! non-null input

An object where the defined keys will be set on the DealExecutionScoreHistory being updated.

Member Of

updateDealExecutionScoreHistoryByNodeId mutation