updateDashboardFilters
mutation applies filter changes to a dashboard and updates all affected widgets.
Signature
Arguments
The unique identifier of the dashboard to update filters for.
Filter mutation configuration specifying the changes to apply. See FilterMutationInput.
Response
Returns the updatedDashboard
object with refreshed filter definitions. See Dashboard for the schema.