summaryrefslogtreecommitdiff
path: root/Data/GraphQL/Parser.hs
AgeCommit message (Expand)Author
2019-06-30Move the source code into src/Eugen Wissner
2019-06-23Enable mutationsEugen Wissner
2019-06-21Parse queries with megaparsecEugen Wissner
2017-03-03Fix wrong scientific exponent when parsingDanny Navarro
2017-02-28Use builtin scientific `toBoundInteger` to check for Int32 boundsDanny Navarro
2017-02-28Merge branch 'core'Danny Navarro
2017-02-13Fix parsing of Named TypesDanny Navarro
2017-02-03Make operation name optionalDanny Navarro
2017-01-28Split AST in 2Danny Navarro
2017-01-28Fix Int32 bounds checking in Value parser.jasonzoladz
2017-01-26Remove Type Definition supportDanny Navarro
2016-12-18Tokenize number parserDanny Navarro
2016-12-09Parse number as scientific and interpret meaning separately.Tom Hunger
2016-11-27Drop support for GHC-7.8.4Danny Navarro
2016-03-15Merge branch 'all-improvements'Danny Navarro
2016-03-14Added documentation of functions and modules and included tutorial.lhs.solrun
2016-02-22Remove `StringValue` typeDanny Navarro
2015-09-22Fixes for ghc-7.8Danny Navarro
2015-09-22Add kitchen sink parse/encode unit testDanny Navarro
2015-09-22Parser fixes:Danny Navarro
2015-09-21Introduce `Node` data type to simplify `OperationDefinition`Danny Navarro
2015-09-21Add errors for all parser `Alternative`sDanny Navarro
2015-09-18Handle escaped quotes for GraphQL String ValuesDanny Navarro
2015-09-18GolfDanny Navarro
2015-09-18Parse secure namesDanny Navarro
2015-09-18Refine numeric typesDanny Navarro
2015-09-18GardenDanny Navarro
2015-09-16Support ghc-7.8Danny Navarro
2015-09-14Enable warnings and take care of extra importsDanny Navarro
2015-09-14Handle comments in whitespaceDanny Navarro
2015-09-14Fix `value` parsingDanny Navarro
2015-09-14Replace `take...` functions with `many...`Danny Navarro
2015-09-14Several improvements to the parserDanny Navarro
2015-09-13Add missing `=` required default values and unionsDanny Navarro
2015-09-13Take care of commentsDanny Navarro
2015-09-13Add GraphQL parserDanny Navarro