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