haskell-graphql / graphql-api

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

Make list handlers themselves monadic on top of the elements. #74

Closed teh closed 7 years ago

teh commented 7 years ago

I've been going back and forth on this one for a while. There are good arguments for and against, but I'm 60:40 now on making the list handler itself monadic so here's the branch.