summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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-21Parse queries with megaparsecEugen Wissner
2017-03-03When argument is not found return nullDanny Navarro
2017-03-01Implement type instrospection testsDanny Navarro
2017-02-23Add basic Fragment SupportDanny Navarro
2017-01-30Define Schema using Core ASTDanny Navarro
2017-01-28Split AST in 2Danny Navarro
2016-12-18Tokenize number parserDanny Navarro
2016-12-18Add homePlanet to test schemaDanny Navarro
2016-07-08add tests for errors in queries for queries in starwars testsPweaver (Paul Weaver)
2016-07-08adds __typename tests to starwars testfilePweaver (Paul Weaver)
2016-07-08adds the starwars tests for fragmentsPweaver (Paul Weaver)
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-17Initial support for aliases in `execute`Danny Navarro
2016-02-17Add remaining tests with variables in argumentsDanny Navarro
2016-02-15Initial support for variable substitutionDanny Navarro
2016-02-15Clean up StarWars test queriesDanny Navarro
2016-02-12Split StarWars tests in different modulesDanny Navarro
2016-02-12Handle Field arguments in Schema definitionDanny Navarro
2016-02-09Split Character data type into Droid and HumanDanny Navarro
2016-02-09Handle Output enumerations in Schema definitionDanny Navarro
2016-02-08Extend `execute` for deeper queriesDanny Navarro
2016-02-05Simplify JSON notation in testsDanny Navarro
2016-02-05Introduce `graphql` functionDanny Navarro
2016-01-30Generalize `Maybe` type constructor to any MonadDanny Navarro
2016-01-26Fix for GHC-7.8.4Danny 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-09-22Rename `Data.GraphQL.Printer` -> `Data.GraphQL.Encoder`Danny Navarro
2015-09-22Fixes for ghc-7.8Danny Navarro
2015-09-22Add kitchen sink parse/encode unit testDanny Navarro
2015-09-16Support ghc-7.8Danny Navarro
2015-09-16Use Cabal data-files to access golden tests dataDanny Navarro
2015-09-14Add golden test for kitchen-sink.graphqlDanny Navarro