haskell-graphql / graphql-api

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

Change error handling behaviour #41

Closed jml closed 7 years ago

jml commented 7 years ago

I got this down to a fairly minimal change. I don't have time right now to figure out why this changes both error messages, but I suspect something to do with MonadThrow.

jml commented 7 years ago

I think I figured out what's going on. I could fix it, but I'll wait for your error handling change to land first.