<feed xmlns='http://www.w3.org/2005/Atom'>
<title>graphql/src/Language/GraphQL/AST/Lexer.hs, branch v1.1.0.0</title>
<subtitle>GraphQL implementation in Haskell.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/'/>
<entry>
<title>Replace "&gt;&gt; pure ()" with void</title>
<updated>2022-12-24T17:59:40+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2022-12-24T17:59:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=a5cf0a32e82dbf6e093ebca47917a84276332b63'/>
<id>a5cf0a32e82dbf6e093ebca47917a84276332b63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Validate directives are unique per location</title>
<updated>2020-09-18T05:32:58+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-09-18T05:32:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=9a08aa5de73e225a9a76017aee4886ce7f6eccec'/>
<id>9a08aa5de73e225a9a76017aee4886ce7f6eccec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Seq as base monad in the validator</title>
<updated>2020-09-15T06:06:07+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-09-14T05:49:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=4c10ce92041dc73a95aeb64aca241dd937ffaa5c'/>
<id>4c10ce92041dc73a95aeb64aca241dd937ffaa5c</id>
<content type='text'>
It is more natural to implement the logic: try to apply each rule to
each node.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is more natural to implement the logic: try to apply each rule to
each node.
</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>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 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>
<entry>
<title>Parse complete TypeSystemDefinition</title>
<updated>2020-01-15T19:20:50+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-01-15T19:20:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=ba710a3c968f954d69d3412d91b06debb4fc5a6d'/>
<id>ba710a3c968f954d69d3412d91b06debb4fc5a6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse ObjectDefinition</title>
<updated>2020-01-13T07:21:02+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-01-05T06:42:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=8efb08fda157770afb836537b27c2cd55042b706'/>
<id>8efb08fda157770afb836537b27c2cd55042b706</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace AST.Selection data constructors</title>
<updated>2019-12-25T05:45:29+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-12-25T05:45:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=62f3c34bfedeb286d3639ff3ade68cdb3fe862b8'/>
<id>62f3c34bfedeb286d3639ff3ade68cdb3fe862b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
