OBJECT
type LogEntry implements Node {id: ID! timestamp: Time! level: String! message: String! fields: Map correlationID: String userID: Int }