graphql/tests/Test/StarWars
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.hs Constrain the resolvers with MonadIO 2019-07-08 10:15:47 +02:00
QueryTests.hs Constrain the resolvers with MonadIO 2019-07-08 10:15:47 +02:00
Schema.hs Constrain the resolvers with MonadIO 2019-07-08 10:15:47 +02:00