updateDashboard mutation modifies the properties of an existing dashboard.
Signature
Arguments
String!
required
The unique identifier of the dashboard to update.
DashboardInput
required
Input object containing the updated dashboard properties. See DashboardInput.
Response
Returns the updatedDashboard object with all properties populated. See Dashboard for the schema.
Usage example
The following example shows how to update a dashboard’s name and description:Next steps
Create Dashboard
Create a new dashboard
Update Dashboard Widgets
Update dashboard widgets
DashboardInput Object
Dashboard update input schema

