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.
This commit is contained in:
Danny Navarro
2017-01-29 18:44:03 -03:00
parent f35e1f949a
commit 693b7d18dc
5 changed files with 92 additions and 11 deletions

View File

@ -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