Skip to main content

accordContactsConnection

Reads and enables pagination through a set of AccordContact.

accordContactsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [AccordContactsOrderBy!] = [PRIMARY_KEY_ASC]
condition: AccordContactCondition
filter: AccordContactFilter
): AccordContactsConnection

Arguments

accordContactsConnection.first ● Int scalar

Only read the first n values of the set.

accordContactsConnection.last ● Int scalar

Only read the last n values of the set.

accordContactsConnection.offset ● Int scalar

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

accordContactsConnection.before ● Cursor scalar

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

accordContactsConnection.after ● Cursor scalar

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

accordContactsConnection.orderBy ● [AccordContactsOrderBy!] list enum

The method to use when ordering AccordContact.

accordContactsConnection.condition ● AccordContactCondition input

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

accordContactsConnection.filter ● AccordContactFilter input

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

Type

AccordContactsConnection object

A connection to a list of AccordContact values.