DashboardParamValueInput Input Object
Fields
#
key
String !
Non-null
The param key this value is for (one of the dashboard chart param keys, e.g. PRODUCT).
kind
How a DATE value is produced. Null (or STATIC) uses the literal `value`; the dynamic kinds (TODAY, DAYS_FROM_TODAY, DAYS_AFTER_TODAY) recompute the date on every load. DATE params only.
offsetDays
The number of days, used by the DAYS_FROM_TODAY and DAYS_AFTER_TODAY dynamic DATE kinds.
timeOfDay
The time-of-day (HH:mm) appended to a resolved DATETIME value for the dynamic kinds. DATETIME params only; for a fixed DATETIME the time is part of `value`.
Usages
#
References
#
- Argument values of field updateDashboardParamValues from type Mutation
- Argument params of field metabaseEmbedUrl from type Query
Previous
DashboardParamValue