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 refreshedDashboard object with updated widget data. See Dashboard for the schema.
Usage Example
The following example shows how to refresh all dashboard data:Related Operations
Dashboard Query
Retrieve refreshed dashboard data