OBJECT
ReportHistoricalTrendHistory
link GraphQL Schema definition
- type ReportHistoricalTrendHistory implements ReportHistoryCommon {
- # Identifiers of the fields whose historical values are tracked and made available
- # to the report.
- : [UUID]!
- # History value fields produced by the report, each tied to a tracked field and,
- # for comparison reports, a comparison date.
- : [ReportHistoryField!]!
- # Time span over which the historical trend is plotted.
- : PeriodOption!
- # Interval at which trend data points are sampled across the period, such as Day,
- # Week, Month, Quarter or Year.
- : PeriodGranularity!
- }