addWidgetToDashboard
mutation adds a new widget to an existing dashboard.
Signature
Arguments
The unique identifier of the dashboard to add the widget to.
Widget configuration for the new widget. See DashboardWidgetInput.
Response
Returns the updatedDashboard
object with the new widget included. See Dashboard for the schema.