async-graphql/tests
Koxiaet d404e756bc 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
..
complexity_and_depth.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
connection.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
default_value.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
directive.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
enum.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
federation.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
field_features.rs Rework subscriptions 2020-09-13 18:52:36 +01:00
fieldresult.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
fields_merge.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
guard.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
input_object.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
input_validators.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
input_value.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
interface.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
introspection.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
json_type.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
list.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
maybe_undefined.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
merged_object.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
mut_args.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
mutation.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
optional.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
post_guard.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
raw_ident.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
schema.rs Implements Default for Schema. 2020-08-28 14:19:35 +08:00
subscription_websocket.rs Move websockets to http module and fix doc tests 2020-09-13 07:40:34 +01:00
subscription.rs Remove SimpleBroker 2020-09-13 10:47:28 +01:00
union.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
variables.rs Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00