OBJECT

Quantity

Represents a quantity.

link GraphQL Schema definition

  • type Quantity {
  • # The value of the quantity.
  • value: Float
  • # The unit of measure of the quantity.
  • code: UOMCode
  • }