insights: graphql - update insights attached to a dashboard in a single operation
Created by: coury-clark
Provide a mutation (something like modifyInsightsDashboardsViews that allows a single operation to perform transactional mutation of:
- Adding insight views to a dashboard
- Removing views from a dashboard
Partial failures should fail the entire transaction.