Skip to main content

UpdateCrmObjectSyncByNodeIdInput

All input for the updateCrmObjectSyncByNodeId mutation.

input UpdateCrmObjectSyncByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: CrmObjectSyncPatch!
}

Fields

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

UpdateCrmObjectSyncByNodeIdInput.nodeId ● ID! non-null scalar

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

UpdateCrmObjectSyncByNodeIdInput.patch ● CrmObjectSyncPatch! non-null input

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

Member Of

updateCrmObjectSyncByNodeId mutation