graphql-0.5.1.0: Haskell GraphQL implementation

Safe HaskellNone
LanguageHaskell2010

Language.GraphQL.AST.Transform

Description

After the document is parsed, before getting executed the AST is transformed into a similar, simpler AST. This module is responsible for this transformation.

Synopsis

Documentation

document :: Subs -> Document -> Maybe Document Source #

Rewrites the original syntax tree into an intermediate representation used for query execution.