<feed xmlns='http://www.w3.org/2005/Atom'>
<title>graphql/src/Language/GraphQL/Execute/Transform.hs, branch v0.6.1.0</title>
<subtitle>GraphQL implementation in Haskell.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/'/>
<entry>
<title>Move Execute.Directive to Type.Directive</title>
<updated>2019-12-18T08:03:18+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-12-17T08:03:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=0cbe69736be1ce4e7e4d82ba70f97d5a2bdcdd0c'/>
<id>0cbe69736be1ce4e7e4d82ba70f97d5a2bdcdd0c</id>
<content type='text'>
Just to roughly follow the structure of the reference implementation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just to roughly follow the structure of the reference implementation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move Transform to Language.GraphQL.Execute</title>
<updated>2019-12-07T08:46:00+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-12-07T08:46:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=4c0d226030015c98ce76ebb4815dc9162ad10b11'/>
<id>4c0d226030015c98ce76ebb4815dc9162ad10b11</id>
<content type='text'>
Language.GraphQL.AST.Transform is an internal module. Even though it
works with the AST, it is a part of the execution process, it translates
the original parser tree into a simpler one, so the executor has less
work to do. Language.GraphQL.AST should contain only the parser and be
independent from other packages, so it can be used on its own.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Language.GraphQL.AST.Transform is an internal module. Even though it
works with the AST, it is a part of the execution process, it translates
the original parser tree into a simpler one, so the executor has less
work to do. Language.GraphQL.AST should contain only the parser and be
independent from other packages, so it can be used on its own.
</pre>
</div>
</content>
</entry>
</feed>
