crmSyncs
No description
crmSyncs(
first: Int!
page: Int
): CrmSyncPaginator!
Arguments
crmSyncs.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 500.
crmSyncs.page ● Int scalar
The offset from which items are returned.
Type
CrmSyncPaginator object
A paginated list of CrmSync items.


