updateDashboardFilters mutation applies filter changes to a dashboard and updates all affected widgets.
Signature
Arguments
String!
required
The unique identifier of the dashboard to update filters for.
FilterMutationInput!
required
Filter mutation configuration specifying the changes to apply. See FilterMutationInput.
Response
Returns the updatedDashboard object with refreshed filter definitions. See Dashboard for the schema.
Usage Example
The following example shows how to apply filter changes to a dashboard:Related Operations
Dashboard Query
Retrieve dashboard with updated filters
DashboardFilterDefinition Object
Filter definition schema