insights: add new graphql field to InsightView with list of dashboards the InsightView has been added to
Created by: chwarwick
In the graphql schema add a new field to the InsightView
type called dashboards
which contains a list of InsightsDashboardConnection
the current insightview is present on.
Acceptance Criteria:
The list of dashboards should be should be security trimmed to only show the dashboards the current user has access to.
The list of dashboards should be pageable using the after
and first
arguments like views
on InsightsDashboard
blocks #34766 (closed) blocks #34759 (closed) blocks #34760 (closed)