graphql/tests
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
..
data Introduce formatter type for the encoder 2019-07-31 05:40:17 +02:00
Language/GraphQL Support subscriptions 2020-07-14 19:37:56 +02:00
Test Support subscriptions 2020-07-14 19:37:56 +02:00
Spec.hs Replace tasty and HUnit with Hspec 2019-07-10 05:57:35 +02:00