Skip to main content

PointChange

No description

type PointChange implements Change {
data: Point
entityId: UUID!
entityType: String!
operationType: OperationType!
}

Fields

PointChange.data ● Point object

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.

PointChange.entityId ● UUID! non-null scalar

PointChange.entityType ● String! non-null scalar

PointChange.operationType ● OperationType! non-null enum

Interfaces

Change interface

Member Of

PointSyncChangeSet object