<feed xmlns='http://www.w3.org/2005/Atom'>
<title>graphql/src/Language/GraphQL/AST/Parser.hs, 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 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>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>Reject variables as default values</title>
<updated>2020-05-22T08:11:48+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-05-22T08:11:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=26cc53ce0678d48bf7d5550df65171e6bf5288d2'/>
<id>26cc53ce0678d48bf7d5550df65171e6bf5288d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try all extension parsers</title>
<updated>2020-01-28T10:08:28+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-01-28T10:08:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=e8b82122c646ba159146c986cc8983d66f790142'/>
<id>e8b82122c646ba159146c986cc8983d66f790142</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse type extensions</title>
<updated>2020-01-26T10:55:15+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-01-26T10:55:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=a6bd2370b6ba6f9eba6f0911ce9f8e8042a7f26b'/>
<id>a6bd2370b6ba6f9eba6f0911ce9f8e8042a7f26b</id>
<content type='text'>
Signed-off-by: Eugen Wissner &lt;belka@caraus.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Eugen Wissner &lt;belka@caraus.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse schema extensions</title>
<updated>2020-01-25T15:45:39+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-01-25T15:37:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=b4a3c9811447ab1c7704e9667ff0103771b7587c'/>
<id>b4a3c9811447ab1c7704e9667ff0103771b7587c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "extend symbol" lexer to parse extensions</title>
<updated>2020-01-17T11:29:06+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-01-17T11:22:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=3ef27f9d112fcd035a8d351b6e246768355854ae'/>
<id>3ef27f9d112fcd035a8d351b6e246768355854ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
