graphql/tests/Language/GraphQL
Eugen Wissner e24386402b Respect subscriptions in the executor
After the last commit there were a few places needed to be adjusted to
support subscriptions. This is done and a test case is added.

It is important to implement subscriptions now, because they require
changes to the library API, and they are a big missing part to finish
the executor. When the executor is finished, we can start to provide
more stable API without breaking everything every release. Validation
and introspection shouldn't require much changes to the API; AST would
require some changes to report good errors after the validation - this
is one thing I can think of.

Fixes #5.
2020-07-15 19:15:31 +02:00
..
AST Parse subscriptions 2020-07-11 06:34:10 +02:00
Execute Fix list input coercion 2020-06-19 10:53:41 +02:00
Type Fix list input coercion 2020-06-19 10:53:41 +02:00
ErrorSpec.hs Return parser error location in a list 2020-07-08 08:17:55 +02:00
ExecuteSpec.hs Respect subscriptions in the executor 2020-07-15 19:15:31 +02:00