ENUM

LogType

A type of Log entry.

link GraphQL Schema definition

  • enum LogType {
  • # Entity was created
  • CREATED
  • # Entity was updated
  • UPDATED
  • # Entity was deleted
  • DELETED
  • # An entity was attached to another
  • ATTACHED
  • # An entity was detached from another
  • DETACHED
  • # A system log entry.
  • SYSTEM
  • # A log entry that doesn't match another log type.
  • OTHER
  • }

link Require by