Commit Graph

7 Commits

Author SHA1 Message Date
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
613e929d91 Update to Stack 15.x 2020-02-20 05:16:14 +01:00
2b5c719ab0 Fix haddoc warnings
Fix #14.
2019-09-20 08:47:14 +02:00
282946560e Add singleError utility function 2019-07-23 07:22:32 +02:00
5cf10b38ec Report parse errors with line and column numbers 2019-07-19 06:38:54 +02:00
f3b8d9b74c Make all exports explicit 2019-07-14 05:58:05 +02:00
22d4a4e583 Change the main namespace to Language.GraphQL 2019-07-07 06:31:53 +02:00