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