OBJECT
DashboardTileChangedRecords
link GraphQL Schema definition
- type DashboardTileChangedRecords {
- # Identifiers of the fields whose changes are tracked; a record counts as changed
- # when any of these fields changed within the period.
- : [UUID!]
- # Number of days in the look-back window when period is Custom.
- : Float
- # When true, the tile highlights records changed within the period.
- : Boolean
- # Look-back window for detecting changed records (last 7/14/30 days, last 3/6
- # months, last year, or Custom days set by customPeriodValue).
- : HighlightPeriodEnum
- }