Skip to main content
The 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 (FilterMutationInput).

Response

Returns the updated Dashboard object with refreshed filter definitions. See Dashboard for the schema.

Usage example

The following example shows how to apply filter changes to a dashboard:

Next steps

Dashboard Query

Retrieve dashboard with updated filters

DashboardFilterDefinition Object

Filter definition schema