summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-08-30Deprecate Language.GraphQL.Execute.SchemaEugen Wissner
2019-08-13Escape special characters in the encoded stringsEugen Wissner
2019-08-05Make all encoder functions return lazy textEugen 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-23Add singleError utility functionv0.4.0.0Eugen Wissner
2019-07-22Parse the BOM header if anyEugen 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-05Allow resolvers to return arbitrary nested listsEugen Wissner
2019-07-03Add nullable typesEugen Wissner
2019-07-02Introduce monad transformer for resolversEugen 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-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