Skip to main content

ReportableTablesConnection

A connection to a list of ReportableTable values.

type ReportableTablesConnection {
nodes: [ReportableTable!]!
edges: [ReportableTablesEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ReportableTablesConnection.nodes ● [ReportableTable!]! non-null object

A list of ReportableTable objects.

ReportableTablesConnection.edges ● [ReportableTablesEdge!]! non-null object

A list of edges which contains the ReportableTable and cursor to aid in pagination.

ReportableTablesConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ReportableTablesConnection.totalCount ● Int! non-null scalar

The count of *all* ReportableTable you could get from the connection.

Returned By

reportableTablesConnection query

Member Of

Accord object ● ReportableTableTemplate object ● Workspace object