Skip to main content

ContactDetailsSyncChangeSet

No description

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

Fields

ContactDetailsSyncChangeSet.changes ● [ContactDetailsChange!]! non-null object

ContactDetailsSyncChangeSet.cursor ● String! non-null scalar

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

ContactDetailsSyncChangeSet.hasMore ● Boolean! non-null scalar

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

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

contactDetailsSync query