Skip to main content

reportableTables

Reads a set of ReportableTable.

reportableTables(
first: Int
offset: Int
orderBy: [ReportableTablesOrderBy!]
condition: ReportableTableCondition
filter: ReportableTableFilter
): [ReportableTable!]

Arguments

reportableTables.first ● Int scalar

Only read the first n values of the set.

reportableTables.offset ● Int scalar

Skip the first n values.

reportableTables.orderBy ● [ReportableTablesOrderBy!] list enum

The method to use when ordering ReportableTable.

reportableTables.condition ● ReportableTableCondition input

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

reportableTables.filter ● ReportableTableFilter input

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

Type

ReportableTable object