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