OBJECT

ReportHistoryField

link GraphQL Schema definition

  • type ReportHistoryField {
  • # Unique identifier of this history field within the report.
  • id: UUID!
  • # Identifier of the tracked field whose historical value is reported; left empty
  • # when the history field counts records.
  • fieldId: UUID
  • # Identifier of the comparison date this history value is taken at, for
  • # comparison-date history reports.
  • comparisonDateId: UUID
  • }