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.