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