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