summaryrefslogtreecommitdiff
path: root/tests/Test/StarWars
AgeCommit message (Expand)Author
2020-02-20Update to Stack 15.xEugen Wissner
2020-02-01Replace MonadIO constraint with just MonadEugen Wissner
2019-12-31Retrieve resolver arguments from the readerEugen Wissner
2019-12-30Replace substitution function with a mapEugen Wissner
2019-11-03Move related modules to Language.GraphQL.ASTEugen Wissner
2019-09-01Deprecate enum, enumA, wrappedEnum, wrappedEnumAEugen Wissner
2019-08-30Deprecate Language.GraphQL.Execute.SchemaEugen 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
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-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