externalServiceSyncs
Reads a set of ExternalServiceSync.
externalServiceSyncs(
first: Int
offset: Int
orderBy: [ExternalServiceSyncsOrderBy!]
condition: ExternalServiceSyncCondition
filter: ExternalServiceSyncFilter
): [ExternalServiceSync!]
Arguments
externalServiceSyncs.first ● Int scalar
Only read the first n values of the set.
externalServiceSyncs.offset ● Int scalar
Skip the first n values.
externalServiceSyncs.orderBy ● [ExternalServiceSyncsOrderBy!] list enum
The method to use when ordering ExternalServiceSync.
externalServiceSyncs.condition ● ExternalServiceSyncCondition input
A condition to be used in determining which values should be returned by the collection.
externalServiceSyncs.filter ● ExternalServiceSyncFilter input
A filter to be used in determining which values should be returned by the collection.