Skip to content

visualizeDashboard

Fetch static Visualize dashboard by type

Arguments

dashboard_type · String! · required · The type of dashboard to display

Returns

VisualizeDashboardType

Example

query visualizeDashboard($dashboard_type: String!) {
visualizeDashboard(dashboard_type: $dashboard_type) {
url
}
}