sortedReportableTableRowsForTemplateConnection
Reads and enables pagination through a set of ReportableTableRow.
sortedReportableTableRowsForTemplateConnection(
templateId: String
search: String
sortColumn: String
sortDirection: String
sortType: String
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
filter: ReportableTableRowFilter
): ReportableTableRowsConnection
Arguments
sortedReportableTableRowsForTemplateConnection.templateId ● String scalar
sortedReportableTableRowsForTemplateConnection.search ● String scalar
sortedReportableTableRowsForTemplateConnection.sortColumn ● String scalar
sortedReportableTableRowsForTemplateConnection.sortDirection ● String scalar
sortedReportableTableRowsForTemplateConnection.sortType ● String scalar
sortedReportableTableRowsForTemplateConnection.first ● Int scalar
Only read the first n values of the set.
sortedReportableTableRowsForTemplateConnection.last ● Int scalar
Only read the last n values of the set.
sortedReportableTableRowsForTemplateConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
sortedReportableTableRowsForTemplateConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
sortedReportableTableRowsForTemplateConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
sortedReportableTableRowsForTemplateConnection.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.