ENUM

Units

The system of units.

link GraphQL Schema definition

  • enum Units {
  • # Metric.
  • METRIC
  • # Imperial.
  • IMPERIAL
  • }