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
ProjectSyncChangeSet.hasMore
● Boolean!
non-null scalar
ProjectSyncChangeSet.maxSequence
● BigInt!
deprecated non-null scalar
DEPRECATED
Use the 'cursor' property instead
Interfaces
SyncChangeSet
interface
Returned By
projectSync
query