summaryrefslogtreecommitdiff
path: root/src/Language
AgeCommit message (Collapse)Author
2019-07-07Change the main namespace to Language.GraphQLEugen Wissner
2019-07-05Allow resolvers to return arbitrary nested listsEugen Wissner
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.
2019-06-30Move the source code into src/Eugen Wissner