haskell-graphql / graphql-api

Write type-safe GraphQL services in Haskell
BSD 3-Clause "New" or "Revised" License
406 stars 35 forks source link

Fork graphql #36

Closed jml closed 7 years ago

jml commented 7 years ago

Motivation:

This brings in graphql 0.3, changes the code to use our house style, and applies a fix to floating point parsing.

Future work would be to add Arbitrary instances for the whole AST to guarantee roundtripping. Current known bug is that escaped strings don't parse properly.