haskell-graphql / graphql-api

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

Parse null #47

Closed jml closed 7 years ago

jml commented 7 years ago

Turns out the AST wouldn't parse 'null'. Who knew?

Also had to make some changes to generators to make them run fast.