INPUT_OBJECT

UnitUpdateParams

link GraphQL Schema definition

  • input UnitUpdateParams {
  • # The primary key of the unit to update.
  • id: ID!
  • # A human readable label for the unit, can be language specific.
  • label: String
  • # A standard display symbol for a unit of measure.
  • symbol: String
  • }