INPUT_OBJECT

ObservationTagGroupInput

Input to mutate the ObservationTagGroup

link GraphQL Schema definition

  • input ObservationTagGroupInput {
  • # Active status of the ObservationTagGroup
  • active: Boolean
  • # Name of the ObservationTagGroup
  • name: String
  • # Tag names assigned to the ObservationTagGroup
  • tagKeys: [String!]
  • }