summaryrefslogtreecommitdiff
path: root/Data/GraphQL/AST/Transform.hs
AgeCommit message (Collapse)Author
2017-02-10Initial implementation of AST.Full -> AST.CoreDanny Navarro
This focused mainly on fragments.
2017-02-02Introduce Tranform moduleDanny Navarro
In the Transform module the Full AST will converted to Core AST. This commit also includes a partial implementation of Fragment replacement.