UpdateDealExecutionScoreHistoryInput
All input for the updateDealExecutionScoreHistory mutation.
input UpdateDealExecutionScoreHistoryInput {
clientMutationId: String
patch: DealExecutionScoreHistoryPatch!
id: String!
}
Fields
UpdateDealExecutionScoreHistoryInput.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.
UpdateDealExecutionScoreHistoryInput.patch ● DealExecutionScoreHistoryPatch! non-null input
An object where the defined keys will be set on the DealExecutionScoreHistory being updated.
UpdateDealExecutionScoreHistoryInput.id ● String! non-null scalar
Member Of
updateDealExecutionScoreHistory mutation