summaryrefslogtreecommitdiff
path: root/src/Language/GraphQL/Error.hs
AgeCommit message (Collapse)Author
2020-07-06Export sum type for all GraphQL typesEugen Wissner
2020-07-05Handle errors using custom typesEugen Wissner
Fixes #32.
2020-06-03Resolve abstract typesEugen Wissner
Objects that can be a part of an union or interface should return __typename as string.
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-02-20Update to Stack 15.xEugen Wissner
2019-09-20Fix haddoc warningsEugen Wissner
Fix #14.
2019-07-23Add singleError utility functionv0.4.0.0Eugen Wissner
2019-07-19Report parse errors with line and column numbersEugen Wissner
2019-07-14Make all exports explicitEugen Wissner
2019-07-07Change the main namespace to Language.GraphQLEugen Wissner