We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can use Union Types as Enums, but they're not allowed to have any parameters. you should just associate it with ENUM type
ENUM
type instance KIND City = ENUM data City = Athens | Colchis | Delphi | Ithaca | Sparta | Troy deriving (Generic, GQLType)