Skip to main content

UpdateDealCriterionByNodeIdInput

All input for the updateDealCriterionByNodeId mutation.

input UpdateDealCriterionByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: DealCriterionPatch!
}

Fields

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

UpdateDealCriterionByNodeIdInput.nodeId ● ID! non-null scalar

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

UpdateDealCriterionByNodeIdInput.patch ● DealCriterionPatch! non-null input

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

Member Of

updateDealCriterionByNodeId mutation