OBJECT
type EventRecord implements Node {# Attributes of the eventattributes: [EventAttribute!] # Timestamp of the eventeventTime: DateTime! # Id of the eventid: ID! # Event messagemessage: String! # Severity of the eventseverity: String! # Source of the eventsource: String! # Type of the eventtype: String! # User who triggered the eventuser: String! }