Skip to main content

dealExecutionScoresConnection

Reads and enables pagination through a set of DealExecutionScore.

dealExecutionScoresConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [DealExecutionScoresOrderBy!] = [PRIMARY_KEY_ASC]
condition: DealExecutionScoreCondition
filter: DealExecutionScoreFilter
): DealExecutionScoresConnection

Arguments

dealExecutionScoresConnection.first ● Int scalar

Only read the first n values of the set.

dealExecutionScoresConnection.last ● Int scalar

Only read the last n values of the set.

dealExecutionScoresConnection.offset ● Int scalar

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

dealExecutionScoresConnection.before ● Cursor scalar

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

dealExecutionScoresConnection.after ● Cursor scalar

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

dealExecutionScoresConnection.orderBy ● [DealExecutionScoresOrderBy!] list enum

The method to use when ordering DealExecutionScore.

dealExecutionScoresConnection.condition ● DealExecutionScoreCondition input

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

dealExecutionScoresConnection.filter ● DealExecutionScoreFilter input

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

Type

DealExecutionScoresConnection object

A connection to a list of DealExecutionScore values.