DashboardUpdateFrequency is an enumerated list of frequencies on which a dashboard updates its results.

This datatype is used by the input datatype, DashboardUpdateFrequencyInput, which is used by two other input datatypes: CreateDashboardInput, which is used by the createDashboard() mutation field; and UpdateDashboardInput, which is used by the updateDashboard() mutation.

Table: DashboardUpdateFrequency

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: May 8, 2025
Never   Long-TermUsed to indicate that dashboards are never updated.
RealTime   Long-TermUsed to set dashboards as updating in real time.