UpsertCrmObjectInput
No description
input UpsertCrmObjectInput {
crmObjectId: String!
crmObjectDescriptionId: String!
data: JSON!
}
Fields
UpsertCrmObjectInput.crmObjectId ● String! non-null scalar
External CRM object id to upsert.
UpsertCrmObjectInput.crmObjectDescriptionId ● String! non-null scalar
The CRM object description (schema) this object conforms to.
UpsertCrmObjectInput.data ● JSON! non-null scalar
Field data to write; merged over any existing row's data rather than replacing it.
Member Of
upsertCrmObject mutation