graphql/tests/Language/GraphQL
Eugen Wissner ae2210f659 Support subscriptions
This is experimental support.
The implementation is based on conduit and is boring. There is a new
resolver data constructor that should create a source event stream. The
executor receives the events, pipes them through the normal execution
and puts them into the response stream which is returned to the user.

- Tests are missing.
- The executor should check field value resolver on subscription types.
- The graphql function should probably return (Either
  ResponseEventStream Response), but I'm not sure about this. It will
  make the usage more complicated if no subscriptions are involved, but
  with the current API implementing subscriptions is more
  difficult than it should be.
2020-07-14 19:37:56 +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 Support subscriptions 2020-07-14 19:37:56 +02:00