graphql/tests
Eugen Wissner d12577ae71 Define resolvers on type fields
Returning resolvers from other resolvers isn't supported anymore. Since
we have a type system now, we define the resolvers in the object type
fields and pass an object with the previous result to them.
2020-05-29 13:53:51 +02:00
..
data Introduce formatter type for the encoder 2019-07-31 05:40:17 +02:00
Language/GraphQL Define resolvers on type fields 2020-05-29 13:53:51 +02:00
Test Define resolvers on type fields 2020-05-29 13:53:51 +02:00
Spec.hs Replace tasty and HUnit with Hspec 2019-07-10 05:57:35 +02:00