OBJECT
type EventGroupRecord implements Node {# Category of the event groupcategory: String! # Id of the event groupid: ID! # Event messagemessage: String! # Total occurrences of the eventoccurrences: Long! # Recent occurrence of the eventrecentOccurrence: DateTime! # Severity of the event groupseverity: String! # Type of the eventtype: String! }