Skip to main content

crmObjectFieldDescriptionsConnection

Reads and enables pagination through a set of CrmObjectFieldDescription.

crmObjectFieldDescriptionsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CrmObjectFieldDescriptionsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CrmObjectFieldDescriptionCondition
filter: CrmObjectFieldDescriptionFilter
): CrmObjectFieldDescriptionsConnection

Arguments

crmObjectFieldDescriptionsConnection.first ● Int scalar

Only read the first n values of the set.

crmObjectFieldDescriptionsConnection.last ● Int scalar

Only read the last n values of the set.

crmObjectFieldDescriptionsConnection.offset ● Int scalar

Skip the first n values from our after cursor, an alternative to cursor based pagination. May not be used with last.

crmObjectFieldDescriptionsConnection.before ● Cursor scalar

Read all values in the set before (above) this cursor.

crmObjectFieldDescriptionsConnection.after ● Cursor scalar

Read all values in the set after (below) this cursor.

crmObjectFieldDescriptionsConnection.orderBy ● [CrmObjectFieldDescriptionsOrderBy!] list enum

The method to use when ordering CrmObjectFieldDescription.

crmObjectFieldDescriptionsConnection.condition ● CrmObjectFieldDescriptionCondition input

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

crmObjectFieldDescriptionsConnection.filter ● CrmObjectFieldDescriptionFilter input

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

Type

CrmObjectFieldDescriptionsConnection object

A connection to a list of CrmObjectFieldDescription values.