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