INPUT_OBJECT

QuantityInput

Represents a quantity

link GraphQL Schema definition

  • input QuantityInput {
  • # The value of the quantity
  • value: Float!
  • # The unit of measure of the quantity
  • code: UOMCode!
  • }