<feed xmlns='http://www.w3.org/2005/Atom'>
<title>graphql/src/Language/GraphQL/AST, branch v0.10.0.0</title>
<subtitle>GraphQL implementation in Haskell.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/'/>
<entry>
<title>Validate anonymous operation definitions</title>
<updated>2020-08-26T16:58:48+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-08-26T16:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=e6a6926e18a032a129936794184b518189207648'/>
<id>e6a6926e18a032a129936794184b518189207648</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Validate single root field in subscriptions</title>
<updated>2020-08-25T19:03:42+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-08-25T19:03:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=73555332681a3702db5e277f21a53c628c3a524f'/>
<id>73555332681a3702db5e277f21a53c628c3a524f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove encoder test based on old external files</title>
<updated>2020-08-22T04:39:52+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-08-22T04:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=54dbf1df16038c9f583c1b53ab4fac1d71b194fd'/>
<id>54dbf1df16038c9f583c1b53ab4fac1d71b194fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Draft the Validation API</title>
<updated>2020-07-20T19:29:12+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-07-20T19:29:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=44d506d4b57e450480cf9c476bd927a43ad9c25d'/>
<id>44d506d4b57e450480cf9c476bd927a43ad9c25d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse subscriptions</title>
<updated>2020-07-11T04:34:10+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-07-11T04:34:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=840e129c4496b4e8145480d2b3c3cb34f505702e'/>
<id>840e129c4496b4e8145480d2b3c3cb34f505702e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Label parsers with help info</title>
<updated>2020-07-10T06:43:47+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-07-10T06:43:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=04a58be3f86ced396eed26f90643e7c88e7f2b4d'/>
<id>04a58be3f86ced396eed26f90643e7c88e7f2b4d</id>
<content type='text'>
Fixes #36.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #36.
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse comments in the front of definitions</title>
<updated>2020-07-09T06:11:12+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-07-09T06:11:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=28781586a5ecf31630730ef0d8dbdbfe6041e7d3'/>
<id>28781586a5ecf31630730ef0d8dbdbfe6041e7d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Return parser error location in a list</title>
<updated>2020-07-08T06:17:55+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-07-08T06:16:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=c9e265f72c301a543091d58ec10863c66b279fd0'/>
<id>c9e265f72c301a543091d58ec10863c66b279fd0</id>
<content type='text'>
An error can have multiple locations which are returned in a listt with
key "locations".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An error can have multiple locations which are returned in a listt with
key "locations".
</pre>
</div>
</content>
</entry>
<entry>
<title>Move Core module out of AST</title>
<updated>2020-06-30T08:28:10+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-06-30T08:28:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=8b164c4844da128dc5119febc3defb1ebdf2cc3a'/>
<id>8b164c4844da128dc5119febc3defb1ebdf2cc3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add description to the enum type values</title>
<updated>2020-06-07T04:16:45+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-06-07T04:16:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=377c87045e468b9a34e7bee40129fcd03e519968'/>
<id>377c87045e468b9a34e7bee40129fcd03e519968</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
