OBJECT

ObservationTagOccurrence

An entity to keep metadata of a tag

link GraphQL Schema definition

  • type ObservationTagOccurrence implements Node {
  • id: ID!
  • # count of observations assigned with the tag
  • observationCount: Int!
  • # source of the tag
  • sources: [ObservationSource!]!
  • # tag group id of which the tag is assigned to
  • tagGroupId: String
  • # name of the tag
  • tagName: String!
  • }