updateDashboard
mutation modifies the properties of an existing dashboard.
Signature
Arguments
The unique identifier of the dashboard to update.
Input object containing the updated dashboard properties. See DashboardInput.
Response
Returns the updatedDashboard
object with all properties populated. See Dashboard for the schema.