diff options
| author | Danny Navarro <j@dannynavarro.net> | 2017-01-29 18:44:03 -0300 |
|---|---|---|
| committer | Danny Navarro <j@dannynavarro.net> | 2017-02-02 12:44:03 -0300 |
| commit | 693b7d18dcd48525b10ce297f89b3b33fd020784 (patch) | |
| tree | a8ee10c9442485b152084ec395044a2001b1477f /graphql.cabal | |
| parent | f35e1f949ab3ee718ab773baf9f38ac411d49a28 (diff) | |
| download | graphql-693b7d18dcd48525b10ce297f89b3b33fd020784.tar.gz | |
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.
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
