ProjectSyncChangeSet
No description
type ProjectSyncChangeSet implements SyncChangeSet {
changes: [ProjectChange!]!
cursor: String!
hasMore: Boolean!
maxSequence: BigInt! @deprecated
}
Fields
ProjectSyncChangeSet.changes
● [ProjectChange!]!
non-null object
ProjectSyncChangeSet.cursor
● String!
non-null scalar
The maximum change returned in the set of changes. This opaque cursor contains both sync and pagination state.
ProjectSyncChangeSet.hasMore
● Boolean!
non-null scalar
When true this means that more changes are available and the client should call the sync endpoint again
ProjectSyncChangeSet.maxSequence
● BigInt!
deprecated non-null scalar
DEPRECATED
Use the 'cursor' property instead
The maximum sequence value in the returned set of changes. This value should be used as the lastSequence in the next call to the sync endpoint
Interfaces
SyncChangeSet
interface
Returned By
projectSync
query