INPUT_OBJECT

ObservablePropertyInputParams

Types of things that can be observed or measured as part of Observation.

link GraphQL Schema definition

  • input ObservablePropertyInputParams {
  • id: ID
  • # A name for something that can be observed (eg, temperature, weight,
  • # contamination...)
  • label: String!
  • # A textual description or comment.
  • note: String
  • }