<feed xmlns='http://www.w3.org/2005/Atom'>
<title>graphql/src/Language/GraphQL/Trans.hs, branch v0.8.0.0</title>
<subtitle>GraphQL implementation in Haskell.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/'/>
<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>
<entry>
<title>Define resolvers on type fields</title>
<updated>2020-05-29T11:53:51+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-05-27T21:18:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=d12577ae717512979c7654191ca65f25fc877907'/>
<id>d12577ae717512979c7654191ca65f25fc877907</id>
<content type='text'>
Returning resolvers from other resolvers isn't supported anymore. Since
we have a type system now, we define the resolvers in the object type
fields and pass an object with the previous result to them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Returning resolvers from other resolvers isn't supported anymore. Since
we have a type system now, we define the resolvers in the object type
fields and pass an object with the previous result to them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Check point</title>
<updated>2020-05-24T11:51:00+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-05-24T11:51:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=eb90a4091c1f2586640ee49d6f91fc83c05239f6'/>
<id>eb90a4091c1f2586640ee49d6f91fc83c05239f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Accept resolvers given by the user as is</title>
<updated>2020-05-13T14:21:48+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-05-13T14:21:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=4c19c88e98bea77ebccc786cd55b30e23ab6e897'/>
<id>4c19c88e98bea77ebccc786cd55b30e23ab6e897</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace MonadIO constraint with just Monad</title>
<updated>2020-02-01T19:46:35+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-02-01T19:46:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=67bebf853ca5a248358ea1854124a46b70c677cd'/>
<id>67bebf853ca5a248358ea1854124a46b70c677cd</id>
<content type='text'>
And make the tests use Identity instead of IO.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And make the tests use Identity instead of IO.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite argument list to argument map</title>
<updated>2020-01-01T09:58:11+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-01-01T09:58:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=dd8f312cb3b0478a3f1e6215c73f47d49180be65'/>
<id>dd8f312cb3b0478a3f1e6215c73f47d49180be65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Retrieve resolver arguments from the reader</title>
<updated>2019-12-31T07:29:03+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-12-31T07:29:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=d82d5a36b32934bfeb99bf8c99637977dfe725b4'/>
<id>d82d5a36b32934bfeb99bf8c99637977dfe725b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a reader instance to the resolvers</title>
<updated>2019-11-23T08:49:12+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-11-23T08:49:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=587aab005ed1e4e9bd8966d44ff878891cbc8ce7'/>
<id>587aab005ed1e4e9bd8966d44ff878891cbc8ce7</id>
<content type='text'>
The Reader contains a Name/Value hashmap, which will contain resolver
arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Reader contains a Name/Value hashmap, which will contain resolver
arguments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document undocumented modules</title>
<updated>2019-09-25T03:35:36+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-09-25T03:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=70f7e1bd8ec59b31b3ce11373eb8d35e117aa297'/>
<id>70f7e1bd8ec59b31b3ce11373eb8d35e117aa297</id>
<content type='text'>
Fixes #15.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #15.
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide more documentation on functions and types</title>
<updated>2019-08-26T08:14:46+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-08-26T08:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=5175586def05410890023ab340b8381045de6811'/>
<id>5175586def05410890023ab340b8381045de6811</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
