Skip to main content

FormSyncChangeSet

No description

type FormSyncChangeSet implements SyncChangeSet {
changes: [FormChange!]!
cursor: String!
hasMore: Boolean!
maxSequence: BigInt! @deprecated
}

Fields

FormSyncChangeSet.changes ● [FormChange!]! non-null object

FormSyncChangeSet.cursor ● String! non-null scalar

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

FormSyncChangeSet.hasMore ● Boolean! non-null scalar

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

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

formSync query