PointSyncChangeSet
No description
type PointSyncChangeSet implements SyncChangeSet {
changes: [PointChange!]!
cursor: String!
hasMore: Boolean!
maxSequence: BigInt! @deprecated
}
Fields
PointSyncChangeSet.changes
● [PointChange!]!
non-null object
PointSyncChangeSet.cursor
● String!
non-null scalar
PointSyncChangeSet.hasMore
● Boolean!
non-null scalar
PointSyncChangeSet.maxSequence
● BigInt!
deprecated non-null scalar
DEPRECATED
Use the 'cursor' property instead
Interfaces
SyncChangeSet
interface
Returned By
pointSync
query