Skip to main content

SyncChangeSet

No description

interface SyncChangeSet {
changes: [Change!]!
cursor: String!
hasMore: Boolean!
maxSequence: BigInt! @deprecated
}

Fields

SyncChangeSet.changes ● [Change!]! non-null interface

SyncChangeSet.cursor ● String! non-null scalar

The maximum change returned in the set of changes. This opaque cursor contains both sync and pagination state.

SyncChangeSet.hasMore ● Boolean! non-null scalar

When true this means that more changes are available and the client should call the sync endpoint again

SyncChangeSet.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

Implemented By

ContactDetailsSyncChangeSet object ● FormSyncChangeSet object ● PointSyncChangeSet object