updateDashboardWidgets mutation updates multiple existing widgets on a dashboard in a single operation. This allows for bulk updates to widget properties such as titles, layouts, and other configurations.
Signature
Arguments
Array of widget input objects containing the updates to apply. Each widget must include an
id field to identify which widget to update. See DashboardWidgetInput for the complete schema.Response
Returns the updatedDashboard object with all widgets populated, including the updated widget configurations. See Dashboard for the schema.