Skip to main content

externalServiceSyncsConnection

Reads and enables pagination through a set of ExternalServiceSync.

externalServiceSyncsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ExternalServiceSyncsOrderBy!] = [PRIMARY_KEY_ASC]
condition: ExternalServiceSyncCondition
filter: ExternalServiceSyncFilter
): ExternalServiceSyncsConnection

Arguments

externalServiceSyncsConnection.first ● Int scalar

Only read the first n values of the set.

externalServiceSyncsConnection.last ● Int scalar

Only read the last n values of the set.

externalServiceSyncsConnection.offset ● Int scalar

Skip the first n values from our after cursor, an alternative to cursor based pagination. May not be used with last.

externalServiceSyncsConnection.before ● Cursor scalar

Read all values in the set before (above) this cursor.

externalServiceSyncsConnection.after ● Cursor scalar

Read all values in the set after (below) this cursor.

externalServiceSyncsConnection.orderBy ● [ExternalServiceSyncsOrderBy!] list enum

The method to use when ordering ExternalServiceSync.

externalServiceSyncsConnection.condition ● ExternalServiceSyncCondition input

A condition to be used in determining which values should be returned by the collection.

externalServiceSyncsConnection.filter ● ExternalServiceSyncFilter input

A filter to be used in determining which values should be returned by the collection.

Type

ExternalServiceSyncsConnection object

A connection to a list of ExternalServiceSync values.