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