summaryrefslogtreecommitdiff
path: root/src/Language/GraphQL/Trans.hs
AgeCommit message (Collapse)Author
2019-07-02Introduce monad transformer for resolversEugen Wissner
Now the errors in the resolvers can be handled and 3 tests throwing errors pass now. Another test fail but it requires distinguisching nullable and non-nullable values.