OBJECT

InsightChangeLogEntry

Insight change log entry

link GraphQL Schema definition

  • type InsightChangeLogEntry implements Node {
  • # Details of changelog
  • fieldChanges: [InsightChangeLogChange!]!
  • # Opaque unique id
  • id: ID!
  • # Changelog recording time
  • lastUpdateTime: DateTime!
  • # Optional reason for change when driven by user. Ex: Resolution status when
  • # insight marked as resolved
  • message: String
  • # Changelog update details, either user or SYSTEM
  • updateInfo: InsightChangeLogUpdater!
  • }