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

@ -20,7 +20,7 @@ module Data.GraphQL.Schema
, Value(..)
) where
import Control.Applicative (Alternative( empty))
import Control.Applicative (Alternative(empty))
import Data.Foldable (fold)
import Data.List.NonEmpty (NonEmpty)
import Data.Maybe (fromMaybe)