From 693b7d18dcd48525b10ce297f89b3b33fd020784 Mon Sep 17 00:00:00 2001 From: Danny Navarro Date: Sun, 29 Jan 2017 18:44:03 -0300 Subject: Introduce Tranform module In the Transform module the Full AST will converted to Core AST. This commit also includes a partial implementation of Fragment replacement. --- graphql.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'graphql.cabal') diff --git a/graphql.cabal b/graphql.cabal index 0fec483..f037e41 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -26,6 +26,7 @@ library exposed-modules: Data.GraphQL Data.GraphQL.AST Data.GraphQL.AST.Core + Data.GraphQL.AST.Transform Data.GraphQL.Execute Data.GraphQL.Encoder Data.GraphQL.Error -- cgit v1.2.3