graphql/tests/Test/StarWars
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.hs Define resolvers on type fields 2020-05-29 13:53:51 +02:00
QuerySpec.hs Don't fail on invalid fragments and variables 2020-05-23 21:49:57 +02:00
Schema.hs Define resolvers on type fields 2020-05-29 13:53:51 +02:00