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