DashletConnection
A paginated list of View edges.
type DashletConnection {
pageInfo: PageInfo!
edges: [Dashlet!]!
}
Fields
DashletConnection.pageInfo
● PageInfo!
non-null object
Pagination information about the list of edges.
DashletConnection.edges
● [Dashlet!]!
non-null object
A list of View edges.
Member Of
Dashboard
object