upsertCrmObject
Upsert a CRM object for the current workspace, keyed by CRM object id,
description, and workspace. New data is shallow-merged over any
existing row's data. Not available to the customer role.
upsertCrmObject(
input: UpsertCrmObjectInput!
): UpsertCrmObjectsPayload
Arguments
upsertCrmObject.input ● UpsertCrmObjectInput! non-null input
The CRM object identity and field data to merge in.