Skip to main content

ProjectChange

No description

type ProjectChange implements Change {
data: Project
entityId: UUID!
entityType: String!
operationType: OperationType!
}

Fields

ProjectChange.data ● Project 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.

ProjectChange.entityId ● UUID! non-null scalar

ProjectChange.entityType ● String! non-null scalar

ProjectChange.operationType ● OperationType! non-null enum

Interfaces

Change interface

Member Of

ProjectSyncChangeSet object