createDashboard mutation creates a new dashboard with the specified configuration and initial widgets.
Signature
Arguments
Input object containing the dashboard configuration. See DashboardInput.
Array of widget configurations to include in the new dashboard. See DashboardWidgetInput.
Response
Returns the newly createdDashboard object with all properties populated. See Dashboard for the schema.
Usage Example
The following example shows how to create a new dashboard with initial widgets:Related Operations
Update Dashboard
Modify dashboard properties
Add Widget to Dashboard
Add widgets to existing dashboard
DashboardInput Object
Dashboard creation input schema