Skip to content

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:

  1. Adding insight views to a dashboard
  2. Removing views from a dashboard

Partial failures should fail the entire transaction.