UpdateDealCriteriaAssociationByNodeIdInput
All input for the updateDealCriteriaAssociationByNodeId mutation.
input UpdateDealCriteriaAssociationByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: DealCriteriaAssociationPatch!
}
Fields
UpdateDealCriteriaAssociationByNodeIdInput.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.
UpdateDealCriteriaAssociationByNodeIdInput.nodeId ● ID! non-null scalar
The globally unique ID which will identify a single DealCriteriaAssociation to be updated.
UpdateDealCriteriaAssociationByNodeIdInput.patch ● DealCriteriaAssociationPatch! non-null input
An object where the defined keys will be set on the DealCriteriaAssociation being updated.