INTERFACE

ReportHistoryCommon

link GraphQL Schema definition

  • interface 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!]!
  • }