GraphQL INTERFACE
LogEntryInterface
link Definition
- interface LogEntryInterface {
- # Date and time when the log entry was created.
- : DateTime
- # User who created the log entry.
- : UserAccount
- : String
- : String
- }
GraphQL INTERFACE
- interface LogEntryInterface {
- # Date and time when the log entry was created.
- : DateTime
- # User who created the log entry.
- : UserAccount
- : String
- : String
- }