summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-14Release 0.5.0.0v0.5.0.0Eugen Wissner
2019-08-13Escape special characters in the encoded stringsEugen Wissner
2019-08-12Update stack snapshot to 14.0Eugen Wissner
2019-08-05Make all encoder functions return lazy textEugen Wissner
2019-08-04Provide more information in the REAMEEugen Wissner
2019-08-03Implement indentation in the encoderEugen Wissner
2019-08-02Put spaces between tokens in the pretty printerEugen Wissner
2019-07-31Introduce formatter type for the encoderEugen Wissner
2019-07-27Test the encoder with the unminified documentEugen Wissner
2019-07-25Implement multiple operation supportEugen Wissner
2019-07-23Add singleError utility functionv0.4.0.0Eugen Wissner
2019-07-22Parse the BOM header if anyEugen Wissner
2019-07-20Make the tutorial to compile againEugen Wissner
2019-07-19Report parse errors with line and column numbersEugen Wissner
2019-07-18Reuse common types from AST.CoreEugen Wissner
2019-07-17Remove TODOEugen Wissner
2019-07-14Make all exports explicitEugen Wissner
2019-07-10Replace tasty and HUnit with HspecEugen Wissner
2019-07-08Constrain the resolvers with MonadIOEugen Wissner
2019-07-07Change the main namespace to Language.GraphQLEugen Wissner
2019-07-06Add licence badgeEugen Wissner
2019-07-05Allow resolvers to return arbitrary nested listsEugen Wissner
2019-07-04Update CI settingsEugen Wissner
2019-07-03Add nullable typesEugen Wissner
2019-07-02Introduce monad transformer for resolversEugen Wissner
2019-07-01Pass root field names together with resolversEugen Wissner
2019-06-30Move the source code into src/Eugen Wissner
2019-06-29Remove GHCI configEugen Wissner
2019-06-28Replace Alternative with MonadPlusEugen Wissner
2019-06-27Restore error handlingEugen Wissner
2019-06-26Fix ambigious Int resolution in the lexer testsEugen Wissner
2019-06-23Enable mutationsEugen Wissner
2019-06-21Parse queries with megaparsecEugen Wissner
2019-06-11Add package.yaml, update stack snapshot to 13.25Eugen Wissner
2017-03-07Merge pull request #22 from Lupino/masterDanny Navarro
2017-03-05update docsLupino
2017-03-03When argument is not found return nullDanny Navarro
2017-03-03Fix wrong scientific exponent when parsingDanny Navarro
2017-03-01Implement type instrospection testsDanny Navarro
2017-03-01GardenDanny Navarro
2017-03-01Make alternate Schema functions work with AST.CoreDanny Navarro
2017-03-01Merge pull request #20 from Lupino/masterDanny Navarro
2017-02-28Use builtin scientific `toBoundInteger` to check for Int32 boundsDanny Navarro
2017-02-28Merge branch 'core'Danny Navarro
2017-02-24Simplify fragment substitutionDanny Navarro
2017-02-23Add basic Fragment SupportDanny Navarro
2017-02-23Enable Monad for array and object resolverLupino
2017-02-13Fix parsing of Named TypesDanny Navarro
2017-02-13Support variables in AST transformationDanny Navarro
2017-02-10Wrap executed result in "data" objectDanny Navarro