Skip to main content

CreateDealExecutionScoreHistoryInput

All input for the create DealExecutionScoreHistory mutation.

input CreateDealExecutionScoreHistoryInput {
clientMutationId: String
dealExecutionScoreHistory: DealExecutionScoreHistoryInput!
}

Fields

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

CreateDealExecutionScoreHistoryInput.dealExecutionScoreHistory ● DealExecutionScoreHistoryInput! non-null input

The DealExecutionScoreHistory to be created by this mutation.

Member Of

createDealExecutionScoreHistory mutation