GraphQL INTERFACE

LogEntryInterface

link Definition

  • interface LogEntryInterface {
  • # Date and time when the log entry was created.
  • creationDate: DateTime
  • # User who created the log entry.
  • createdBy: UserAccount
  • shortNote: String
  • longNote: String
  • }