OBJECT

ObservationTagGroup

ObservationTagGroup type. ObservationTagGroup is to group ML tags with similar semantic meaning

link GraphQL Schema definition

  • type ObservationTagGroup {
  • # Status of the ObservationTagGroup
  • active: Boolean!
  • # Name of the ObservationTagGroup
  • name: String!
  • # Tags that have been assigned to the ObservationTagGroup
  • tagKeys: [String!]!
  • }