Skip to main content

upsertDealCriteriaAssociationByIdInput

All input for the upsertDealCriteriaAssociationById mutation.

input upsertDealCriteriaAssociationByIdInput {
clientMutationId: String
dealCriteriaAssociation: DealCriteriaAssociationInput!
patch: DealCriteriaAssociationPatch!
}

Fields

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

upsertDealCriteriaAssociationByIdInput.dealCriteriaAssociation ● DealCriteriaAssociationInput! non-null input

The DealCriteriaAssociation to be created by this mutation.

upsertDealCriteriaAssociationByIdInput.patch ● DealCriteriaAssociationPatch! non-null input

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

Member Of

upsertDealCriteriaAssociationById mutation