OBJECT
ObservationTagGroup type. ObservationTagGroup is to group ML tags with similar semantic meaning
type ObservationTagGroup {# Status of the ObservationTagGroupactive: Boolean! # Name of the ObservationTagGroupname: String! # Tags that have been assigned to the ObservationTagGrouptagKeys: [String!]! }