async-graphql/derive
Koxiaet 6e628031bf Rework subscriptions
The main change in this commit is changing the return type of
SubscriptionType::create_stream from
Future<Result<Stream<Result<Response>>>> to just Stream<Result<Json>>. I
also allowed the returned stream to borrow from self and context.
2020-09-13 18:52:36 +01:00
..
src Rework subscriptions 2020-09-13 18:52:36 +01:00
Cargo.toml 2.0.0-alpha.4 2020-09-13 12:18:40 +08:00