graphql/tests
Eugen Wissner 61879fb124 Constrain the resolvers with MonadIO
This replaces the most usages of MonadPlus, which is not appropriate for
the resolvers, since a resolver is unambiguously chosen by the name (no
need for 'mplus'), and the resolvers are often doing IO.
2019-07-08 10:15:47 +02:00
..
data Add kitchen sink parse/encode unit test 2015-09-22 14:02:49 +02:00
Language/GraphQL Fix ambigious Int resolution in the lexer tests 2019-06-26 15:41:30 +02:00
Test/StarWars Constrain the resolvers with MonadIO 2019-07-08 10:15:47 +02:00
tasty.hs Change the main namespace to Language.GraphQL 2019-07-07 06:31:53 +02:00