sortedReportableTableRowsConnection
Reads and enables pagination through a set of ReportableTableRow.
sortedReportableTableRowsConnection(
tableId: String
sortColumn: String
sortDirection: String
sortType: String
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
filter: ReportableTableRowFilter
): ReportableTableRowsConnection
Arguments
sortedReportableTableRowsConnection.tableId ● String scalar
sortedReportableTableRowsConnection.sortColumn ● String scalar
sortedReportableTableRowsConnection.sortDirection ● String scalar
sortedReportableTableRowsConnection.sortType ● String scalar
sortedReportableTableRowsConnection.first ● Int scalar
Only read the first n values of the set.
sortedReportableTableRowsConnection.last ● Int scalar
Only read the last n values of the set.
sortedReportableTableRowsConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
sortedReportableTableRowsConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
sortedReportableTableRowsConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
sortedReportableTableRowsConnection.filter ● ReportableTableRowFilter input
A filter to be used in determining which values should be returned by the collection.
Type
ReportableTableRowsConnection object
A connection to a list of ReportableTableRow values.