OBJECT

Value

link GraphQL Schema definition

  • type Value {
  • # The raw quantity part of the value without any unit information
  • quantity: BigDecimal
  • # The unit of the value
  • unit: Unit
  • # A textual representation of the value that contains both the quantity and the
  • # unit
  • value: ScalarValue
  • # A status of the value that provides information (e.g. errors, warnings) about
  • # the value
  • status: [Status]
  • }

link Require by