2021-08-11 09:41:49 -05:00
|
|
|
error: GraphQL object synchronous resolvers are not supported
|
2021-12-14 11:30:27 -06:00
|
|
|
--> fail/subscription/field_not_async.rs:11:5
|
2021-08-11 09:41:49 -05:00
|
|
|
|
|
|
|
|
11 | fn id(&self) -> Stream<'static, bool> {
|
2021-12-20 06:50:49 -06:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-06-28 10:32:08 -05:00
|
|
|
= note: https://spec.graphql.org/October2021#sec-Objects
|
2021-12-20 06:50:49 -06:00
|
|
|
= note: Specify that this function is async: `async fn foo()`
|