<feed xmlns='http://www.w3.org/2005/Atom'>
<title>graphql/tests/Test, branch v0.7.0.0</title>
<subtitle>GraphQL implementation in Haskell.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/'/>
<entry>
<title>Separate Query and Mutation resolvers</title>
<updated>2020-05-10T16:32:58+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-05-10T16:32:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=500cff20eb21b28359400b99a4dfda4009229b95'/>
<id>500cff20eb21b28359400b99a4dfda4009229b95</id>
<content type='text'>
Fixes #33 .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #33 .
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to Stack 15.x</title>
<updated>2020-02-20T04:16:14+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-02-20T04:16:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=613e929d91dfc46ecfc5e28479098ce52aeb56f6'/>
<id>613e929d91dfc46ecfc5e28479098ce52aeb56f6</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>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>Replace substitution function with a map</title>
<updated>2019-12-30T17:26:24+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-12-30T17:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=44dc80bb37558fc6a35b22791ac407b63956176d'/>
<id>44dc80bb37558fc6a35b22791ac407b63956176d</id>
<content type='text'>
It makes using variables with queries more approachable, but some work
still has to be done.
- The type `Subs` should be renamed and moved out of `Schema`, together with
`AST.Core.Value` probably.
- Some kind of conversion should be possible from a user-defined input
type T to the Value. So the final HashMap should have a type like
`HashMap name a`, where a is an instance of a potential typeclass
InputType.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It makes using variables with queries more approachable, but some work
still has to be done.
- The type `Subs` should be renamed and moved out of `Schema`, together with
`AST.Core.Value` probably.
- Some kind of conversion should be possible from a user-defined input
type T to the Value. So the final HashMap should have a type like
`HashMap name a`, where a is an instance of a potential typeclass
InputType.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support directives (skip and include)</title>
<updated>2019-12-06T21:52:24+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-12-06T21:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=3c1a5c800f382db0ae0c7a74ba3a5a1fdc4c23cb'/>
<id>3c1a5c800f382db0ae0c7a74ba3a5a1fdc4c23cb</id>
<content type='text'>
Fixes #24.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #24.
</pre>
</div>
</content>
</entry>
<entry>
<title>Consider __typename when evaluating fragments</title>
<updated>2019-12-02T06:43:19+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-12-01T19:43:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=fc9ad9c4a1e2e79a6b93d2599ca8fa6770caf631'/>
<id>fc9ad9c4a1e2e79a6b93d2599ca8fa6770caf631</id>
<content type='text'>
Fixes #30.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #30.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fail on cyclic fragments, fix #22</title>
<updated>2019-11-14T19:40:09+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-11-13T19:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=115aa026724a688bc7ca57d622c83d0ccb2d2bb2'/>
<id>115aa026724a688bc7ca57d622c83d0ccb2d2bb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support nested fragments in any order</title>
<updated>2019-11-12T09:47:10+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-11-11T14:46:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=31c516927d75a5431c171f4d5dbd3bf0cd32956e'/>
<id>31c516927d75a5431c171f4d5dbd3bf0cd32956e</id>
<content type='text'>
Fix #19.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #19.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support nested fragments</title>
<updated>2019-11-09T22:24:31+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-11-09T22:24:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=1dd6b7b013dfe2092859ddc3850944a9925a45dd'/>
<id>1dd6b7b013dfe2092859ddc3850944a9925a45dd</id>
<content type='text'>
... without forward lookup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... without forward lookup.
</pre>
</div>
</content>
</entry>
</feed>
