graphql/src/Language/GraphQL
Eugen Wissner 4c0d226030 Move Transform to Language.GraphQL.Execute
Language.GraphQL.AST.Transform is an internal module. Even though it
works with the AST, it is a part of the execution process, it translates
the original parser tree into a simpler one, so the executor has less
work to do. Language.GraphQL.AST should contain only the parser and be
independent from other packages, so it can be used on its own.
2019-12-07 09:46:00 +01:00
..
AST Move Transform to Language.GraphQL.Execute 2019-12-07 09:46:00 +01:00
Execute Move Transform to Language.GraphQL.Execute 2019-12-07 09:46:00 +01:00
AST.hs AST.Transform: Pass down a reader 2019-11-07 06:34:36 +01:00
Error.hs Fix haddoc warnings 2019-09-20 08:47:14 +02:00
Execute.hs Move Transform to Language.GraphQL.Execute 2019-12-07 09:46:00 +01:00
Schema.hs Consider __typename when evaluating fragments 2019-12-02 07:43:19 +01:00
Trans.hs Add a reader instance to the resolvers 2019-11-23 09:49:12 +01:00
Type.hs Move related modules to Language.GraphQL.AST 2019-11-03 11:00:18 +01:00