insights: [FE] Implement gql API for dashboard creation/edit UI
View options
- Truncate descriptions
Created by: vovakulikov
Context
Things to implement on these pages:
-
getInsightsSubjects
- this method provides a list of possible dashboard visibility things. (at the moment all dashboards are stored in setting cascade and therefore at the moment we use setting subject there) -
createDashboard
mutation -
updateDashboard
mutation
Note that if you have to extend something in the API that should be supported in setting-based API too.

