OBJECT
ReportComparisonDatesHistory
link GraphQL Schema definition
- type ReportComparisonDatesHistory 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!]!
- # Dates the tracked field values are compared against in this comparison-type
- # history report.
- : [ReportHistoryComparisonDate!]!
- }