Skip to main content

Change

No description

interface Change {
data: AproplanSyncEntity
entityId: UUID!
entityType: String!
operationType: OperationType!
}

Fields

Change.data ● AproplanSyncEntity union

The snapshot of the entity at the time of the change. May be null for deleted entities or when only requesting the IDs of the entities. Make sure to use the 'entityId' which always has the primary key.

Change.entityId ● UUID! non-null scalar

Change.entityType ● String! non-null scalar

Change.operationType ● OperationType! non-null enum

Member Of

SyncChangeSet interface

Implemented By

ContactDetailsChange object ● FormChange object ● PointChange object