INPUT_OBJECT

IMeasure

Mutation input structure for defining measurements. Should be nulled if not present, rather than empty.

link GraphQL Schema definition

  • input IMeasure {
  • # A number representing the quantity, will be paired with a unit.
  • hasNumericalValue: Float!
  • # (`Unit`) A unit of measure.
  • hasUnit: ID!
  • }