sortedReportableTableRows
Reads and enables pagination through a set of ReportableTableRow.
sortedReportableTableRows(
tableId: String
sortColumn: String
sortDirection: String
sortType: String
first: Int
offset: Int
filter: ReportableTableRowFilter
): [ReportableTableRow!]
Arguments
sortedReportableTableRows.tableId ● String scalar
sortedReportableTableRows.sortColumn ● String scalar
sortedReportableTableRows.sortDirection ● String scalar
sortedReportableTableRows.sortType ● String scalar
sortedReportableTableRows.first ● Int scalar
Only read the first n values of the set.
sortedReportableTableRows.offset ● Int scalar
Skip the first n values.
sortedReportableTableRows.filter ● ReportableTableRowFilter input
A filter to be used in determining which values should be returned by the collection.