OBJECT
type EventRecord implements Node {attributes: [EventAttribute!] eventTime: DateTime! id: ID! message: String! severity: String! source: String! type: String! user: String! }