IntegrationsRecord
A synced record from an external integrationObject Type
Fields
| Field | Type | Description |
|---|---|---|
| createdAt required | ISO8601DateTime! | |
| errorDetails | JSON | |
| externalId required | String! | |
| id required | ID! | |
| lastSyncedAt | ISO8601DateTime | |
| provider required | Provider! | |
| rawData | JSON | |
| recordType required | String! | |
| syncExecution | IntegrationsSyncExecution | |
| syncStatus required | IntegrationsRecordSyncStatus! | |
| syncableId | ID | |
| syncableLink | String | Link to synced local record |
| syncableType | String | |
| transformedData | JSON | |
| updatedAt required | ISO8601DateTime! |
