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.
  • trackedFieldIds: [UUID]!
  • # History value fields produced by the report, each tied to a tracked field and,
  • # for comparison reports, a comparison date.
  • fields: [ReportHistoryField!]!
  • # Dates the tracked field values are compared against in this comparison-type
  • # history report.
  • comparisonDates: [ReportHistoryComparisonDate!]!
  • }