summaryrefslogtreecommitdiff
path: root/Data/GraphQL/Schema.hs
AgeCommit message (Expand)Author
2017-02-02Introduce Tranform moduleDanny Navarro
2017-01-30Define Schema using Core ASTDanny Navarro
2017-01-28Split AST in 2Danny Navarro
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-03-14Added exception handling with Alternative constraint according to spec.Matthías Páll Gissurarson
2016-02-22Remove `StringValue` typeDanny Navarro
2016-02-19Simplify Schema definition APIDanny Navarro
2016-02-18Overhaul Schema DSLDanny Navarro
2016-02-17GardenDanny Navarro
2016-02-15Initial support for variable substitutionDanny Navarro
2016-02-12Handle Field arguments in Schema definitionDanny Navarro
2016-02-09Handle Output enumerations in Schema definitionDanny Navarro
2016-01-30Generalize `Maybe` type constructor to any MonadDanny Navarro
2016-01-26GardenDanny Navarro
2016-01-26Rough implementation of `execute`Danny Navarro
2015-10-19Implement first StarWars end-to-end testDanny Navarro
2015-10-17Test fixtures for Schema toplevelDanny Navarro
2015-10-17Initial stub for a `GraphQL` and `execute`Danny Navarro