summaryrefslogtreecommitdiff
path: root/tests/Language/GraphQL/SchemaSpec.hs
AgeCommit message (Collapse)Author
2020-05-29Define resolvers on type fieldsEugen Wissner
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-24Check pointEugen Wissner
2020-05-23Don't fail on invalid fragments and variablesEugen Wissner
2020-05-13Accept resolvers given by the user as isEugen Wissner