OBJECT
InsightChangeLogEntry
Insight change log entry
link GraphQL Schema definition
- type InsightChangeLogEntry implements Node {
- # Details of changelog
- InsightChangeLogChange!]! : [
- # Opaque unique id
- ID! :
- # Changelog recording time
- DateTime! :
- # Optional reason for change when driven by user. Ex: Resolution status when
- # insight marked as resolved
- String :
- # Changelog update details, either user or SYSTEM
- InsightChangeLogUpdater! :
- }