crmObjectSyncStatesConnection
Reads and enables pagination through a set of CrmObjectSyncState.
crmObjectSyncStatesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CrmObjectSyncStatesOrderBy!] = [PRIMARY_KEY_ASC]
condition: CrmObjectSyncStateCondition
filter: CrmObjectSyncStateFilter
): CrmObjectSyncStatesConnection
Arguments
crmObjectSyncStatesConnection.first ● Int scalar
Only read the first n values of the set.
crmObjectSyncStatesConnection.last ● Int scalar
Only read the last n values of the set.
crmObjectSyncStatesConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
crmObjectSyncStatesConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
crmObjectSyncStatesConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
crmObjectSyncStatesConnection.orderBy ● [CrmObjectSyncStatesOrderBy!] list enum
The method to use when ordering CrmObjectSyncState.
crmObjectSyncStatesConnection.condition ● CrmObjectSyncStateCondition input
A condition to be used in determining which values should be returned by the collection.
crmObjectSyncStatesConnection.filter ● CrmObjectSyncStateFilter input
A filter to be used in determining which values should be returned by the collection.
Type
CrmObjectSyncStatesConnection object
A connection to a list of CrmObjectSyncState values.