Skip to main content

myPointPersonAccordsConnection

DEPRECATED

Unused by the app; use accordSearchViewsConnection / accordsConnection instead.

Connection form of the accords on which the current user is the point person.

myPointPersonAccordsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [AccordsOrderBy!] = [PRIMARY_KEY_ASC]
condition: AccordCondition
filter: AccordFilter
): AccordsConnection @deprecated

Arguments

myPointPersonAccordsConnection.first ● Int scalar

Only read the first n values of the set.

myPointPersonAccordsConnection.last ● Int scalar

Only read the last n values of the set.

myPointPersonAccordsConnection.offset ● Int scalar

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

myPointPersonAccordsConnection.before ● Cursor scalar

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

myPointPersonAccordsConnection.after ● Cursor scalar

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

myPointPersonAccordsConnection.orderBy ● [AccordsOrderBy!] list enum

The method to use when ordering Accord.

myPointPersonAccordsConnection.condition ● AccordCondition input

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

myPointPersonAccordsConnection.filter ● AccordFilter input

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

Type

AccordsConnection object

A connection to a list of Accord values.