Skip to main content

accordSearchViewsConnection

Reads and enables pagination through a set of AccordSearchView.

accordSearchViewsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [AccordSearchViewsOrderBy!] = [NATURAL]
condition: AccordSearchViewCondition
filter: AccordSearchViewFilter
): AccordSearchViewsConnection

Arguments

accordSearchViewsConnection.first ● Int scalar

Only read the first n values of the set.

accordSearchViewsConnection.last ● Int scalar

Only read the last n values of the set.

accordSearchViewsConnection.offset ● Int scalar

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

accordSearchViewsConnection.before ● Cursor scalar

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

accordSearchViewsConnection.after ● Cursor scalar

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

accordSearchViewsConnection.orderBy ● [AccordSearchViewsOrderBy!] list enum

The method to use when ordering AccordSearchView.

accordSearchViewsConnection.condition ● AccordSearchViewCondition input

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

accordSearchViewsConnection.filter ● AccordSearchViewFilter input

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

Type

AccordSearchViewsConnection object

A connection to a list of AccordSearchView values.