Skip to main content

crmObjectDescriptions

Reads a set of CrmObjectDescription.

crmObjectDescriptions(
first: Int
offset: Int
orderBy: [CrmObjectDescriptionsOrderBy!]
condition: CrmObjectDescriptionCondition
filter: CrmObjectDescriptionFilter
): [CrmObjectDescription!]

Arguments

crmObjectDescriptions.first ● Int scalar

Only read the first n values of the set.

crmObjectDescriptions.offset ● Int scalar

Skip the first n values.

crmObjectDescriptions.orderBy ● [CrmObjectDescriptionsOrderBy!] list enum

The method to use when ordering CrmObjectDescription.

crmObjectDescriptions.condition ● CrmObjectDescriptionCondition input

A condition to be used in determining which values should be returned by the collection.

crmObjectDescriptions.filter ● CrmObjectDescriptionFilter input

A filter to be used in determining which values should be returned by the collection.

Type

CrmObjectDescription object