executiveSummariesConnection
Reads and enables pagination through a set of ExecutiveSummary.
executiveSummariesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ExecutiveSummariesOrderBy!] = [PRIMARY_KEY_ASC]
condition: ExecutiveSummaryCondition
filter: ExecutiveSummaryFilter
): ExecutiveSummariesConnection
Arguments
executiveSummariesConnection.first ● Int scalar
Only read the first n values of the set.
executiveSummariesConnection.last ● Int scalar
Only read the last n values of the set.
executiveSummariesConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
executiveSummariesConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
executiveSummariesConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
executiveSummariesConnection.orderBy ● [ExecutiveSummariesOrderBy!] list enum
The method to use when ordering ExecutiveSummary.
executiveSummariesConnection.condition ● ExecutiveSummaryCondition input
A condition to be used in determining which values should be returned by the collection.
executiveSummariesConnection.filter ● ExecutiveSummaryFilter input
A filter to be used in determining which values should be returned by the collection.
Type
ExecutiveSummariesConnection object
A connection to a list of ExecutiveSummary values.