OBJECT

ChangeLog

Log for record changes.

link GraphQL Schema definition

  • type ChangeLog implements Node {
  • changes: JSON
  • createdAt: ISO8601DateTime!
  • event: String!
  • id: ID!
  • item: Node
  • itemId: String
  • # NOTE: This should only be used as a description, these names could change at any
  • # time, and so should NOT be used as a code switch.
  • itemType: String
  • whodunnit: AdminOrUser
  • }