UpsertCrmObjectsPayload
No description
type UpsertCrmObjectsPayload {
crmObject: CrmObject
query: Query
}
Fields
UpsertCrmObjectsPayload.crmObject ● CrmObject object
The CRM object after the upsert.
UpsertCrmObjectsPayload.query ● Query object
Returned By
upsertCrmObject mutation