ENUM

ShapeCategory

Shapes are categorized into Round R and Fancy F.

F - Fancy

R - Round

link GraphQL Schema definition

  • enum ShapeCategory {
  • F
  • R
  • }