ENUM

LengthUnit

link GraphQL Schema definition

  • enum LengthUnit {
  • # Millimetres
  • MM
  • # Centimetres
  • CM
  • # Inches
  • IN
  • }