Skip to content

insights: separate fetch dashboard by id into a distinct query

Created by: coury-clark

Currently in the insights graphql api the operation to fetch many dashboards insightsDashboards is the same operation to fetch a single dashboard with the id argument. This issue is to clean up a little bit and provide a separate query insightDashboard to return just a single dashboard.