Skip to content
Snippets Groups Projects

Insights/api/dashboard attach

Merged Warren Gifford requested to merge insights/api/dashboard-attach into main

Created by: coury-clark

First PR to add mutation to associate views with a dashboard. Does not account for user permissions yet.

Example query

mutation add($input: AddInsightViewToDashboardInput!) {
  addInsightViewToDashboard(input:$input) {
    dashboard {
      id
      views {
        nodes {
          id
        }
      }
    }
  }
}

Merge request reports

Merged by avatar (May 6, 2025 8:53pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading