Skip to main content
The refreshDashboard mutation refreshes all data in a dashboard’s widgets to show the latest information.

Signature

Arguments

String!
required
The unique identifier of the dashboard to refresh.

Response

Returns the refreshed Dashboard object with updated widget data. See Dashboard for the schema.

Usage example

The following example shows how to refresh all dashboard data:

Next steps

Dashboard Query

Retrieve refreshed dashboard data