deleteWidgetFromDashboard
mutation removes a specific widget from a dashboard.
Signature
Arguments
The unique identifier of the dashboard containing the widget.
The unique identifier of the widget to remove from the dashboard.
Response
Returns the updatedDashboard
object with the widget removed. See Dashboard for the schema.