<feed xmlns='http://www.w3.org/2005/Atom'>
<title>graphql/tests/Test/StarWars/Schema.hs, branch v0.5.0.0</title>
<subtitle>GraphQL implementation in Haskell.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/'/>
<entry>
<title>Make all exports explicit</title>
<updated>2019-07-14T03:58:05+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-07-14T03:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=f3b8d9b74ccd24521a9f15fe4bd47ab30830abfb'/>
<id>f3b8d9b74ccd24521a9f15fe4bd47ab30830abfb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Constrain the resolvers with MonadIO</title>
<updated>2019-07-08T08:15:47+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-07-08T08:15:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=61879fb12437302d6b14e0e0297e3a8742d91f8b'/>
<id>61879fb12437302d6b14e0e0297e3a8742d91f8b</id>
<content type='text'>
This replaces the most usages of MonadPlus, which is not appropriate for
the resolvers, since a resolver is unambiguously chosen by the name (no
need for 'mplus'), and the resolvers are often doing IO.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This replaces the most usages of MonadPlus, which is not appropriate for
the resolvers, since a resolver is unambiguously chosen by the name (no
need for 'mplus'), and the resolvers are often doing IO.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the main namespace to Language.GraphQL</title>
<updated>2019-07-07T04:31:53+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-07-07T04:31:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=22d4a4e583d8075fc71cddc22566f41fc5a698dc'/>
<id>22d4a4e583d8075fc71cddc22566f41fc5a698dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow resolvers to return arbitrary nested lists</title>
<updated>2019-07-05T18:05:04+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-07-05T18:05:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=d7b6fd0329717ca8ae98db9993581ca493a3784f'/>
<id>d7b6fd0329717ca8ae98db9993581ca493a3784f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add nullable types</title>
<updated>2019-07-03T15:54:50+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-07-03T15:54:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=6238b2fbfa6008fdf9bc6c85409fbd13e9b5e4e9'/>
<id>6238b2fbfa6008fdf9bc6c85409fbd13e9b5e4e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce monad transformer for resolvers</title>
<updated>2019-07-02T18:07:26+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-07-02T18:07:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=91679650b5fc387d59925f1c660af62ec3aa4b87'/>
<id>91679650b5fc387d59925f1c660af62ec3aa4b87</id>
<content type='text'>
Now the errors in the resolvers can be handled and 3 tests throwing
errors pass now. Another test fail but it requires distinguisching
nullable and non-nullable values.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now the errors in the resolvers can be handled and 3 tests throwing
errors pass now. Another test fail but it requires distinguisching
nullable and non-nullable values.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace Alternative with MonadPlus</title>
<updated>2019-06-28T09:12:28+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-06-28T09:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=79c734fa629f6bb200e2d695200c5ec2967c997f'/>
<id>79c734fa629f6bb200e2d695200c5ec2967c997f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement type instrospection tests</title>
<updated>2017-03-01T20:04:13+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2017-03-02T01:04:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=285ccb0af954059879b12e33754fd10ccbed646d'/>
<id>285ccb0af954059879b12e33754fd10ccbed646d</id>
<content type='text'>
The main intention with this commit is to show a poor's man way to support type
instrospection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The main intention with this commit is to show a poor's man way to support type
instrospection.
</pre>
</div>
</content>
</entry>
<entry>
<title>Define Schema using Core AST</title>
<updated>2017-01-30T18:20:17+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2017-01-29T15:53:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=f35e1f949ab3ee718ab773baf9f38ac411d49a28'/>
<id>f35e1f949ab3ee718ab773baf9f38ac411d49a28</id>
<content type='text'>
Also, temporarily remove error reporting to simplify execution. This should be
restored once the new execution model is nailed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, temporarily remove error reporting to simplify execution. This should be
restored once the new execution model is nailed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Split AST in 2</title>
<updated>2017-01-28T17:15:14+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2017-01-28T17:15:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=5390c4ca1e7e6bcf36dbe5e773c1355dd4b65939'/>
<id>5390c4ca1e7e6bcf36dbe5e773c1355dd4b65939</id>
<content type='text'>
One AST is meant to be a target parser and tries to adhere as much as possible
to the spec. The other is a simplified version of that AST meant for execution.

Also newtypes have been replaced by type synonyms and NonEmpty lists are being
used where it makes sense.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One AST is meant to be a target parser and tries to adhere as much as possible
to the spec. The other is a simplified version of that AST meant for execution.

Also newtypes have been replaced by type synonyms and NonEmpty lists are being
used where it makes sense.
</pre>
</div>
</content>
</entry>
</feed>
