OxfordAbstracts / purescript-graphql-client

Typesafe graphql client for purescript
44 stars 6 forks source link

Use symbols for enums? #78

Open roryc89 opened 2 years ago

roryc89 commented 2 years ago

We should look into using symbols for enums.

roryc89 commented 2 years ago

Could be used for inputs but not really useful for values returned by queries

roryc89 commented 1 year ago

Worth looking at again. Maybe with tagless unions?

roryc89 commented 1 year ago

And maybe make this optional in codegen?