ReportableTableRowsConnection
A connection to a list of ReportableTableRow values.
type ReportableTableRowsConnection {
nodes: [ReportableTableRow!]!
edges: [ReportableTableRowsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
ReportableTableRowsConnection.nodes ● [ReportableTableRow!]! non-null object
A list of ReportableTableRow objects.
ReportableTableRowsConnection.edges ● [ReportableTableRowsEdge!]! non-null object
A list of edges which contains the ReportableTableRow and cursor to aid in pagination.
ReportableTableRowsConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
ReportableTableRowsConnection.totalCount ● Int! non-null scalar
The count of *all* ReportableTableRow you could get from the connection.
Returned By
reportableTableRowsConnection query ● sortedReportableTableRowsConnection query ● sortedReportableTableRowsForTemplateConnection query
Member Of
ReportableTable object ● Workspace object ● WorkspaceAccount object