Skip to main content

reportableTableRows

Reads a set of ReportableTableRow.

reportableTableRows(
first: Int
offset: Int
orderBy: [ReportableTableRowsOrderBy!]
condition: ReportableTableRowCondition
filter: ReportableTableRowFilter
): [ReportableTableRow!]

Arguments

reportableTableRows.first ● Int scalar

Only read the first n values of the set.

reportableTableRows.offset ● Int scalar

Skip the first n values.

reportableTableRows.orderBy ● [ReportableTableRowsOrderBy!] list enum

The method to use when ordering ReportableTableRow.

reportableTableRows.condition ● ReportableTableRowCondition input

A condition to be used in determining which values should be returned by the collection.

reportableTableRows.filter ● ReportableTableRowFilter input

A filter to be used in determining which values should be returned by the collection.

Type

ReportableTableRow object