2021-08-11 09:41:49 -05:00
|
|
|
error: GraphQL object synchronous resolvers are not supported
|
2023-11-01 13:00:05 -05:00
|
|
|
· note: https://spec.graphql.org/October2021#sec-Objects
|
|
|
|
· note: Specify that this function is async: `async fn foo()`
|
2024-01-30 09:41:11 -06:00
|
|
|
--> fail/subscription/field_not_async.rs:12:5
|
2021-08-11 09:41:49 -05:00
|
|
|
|
|
2024-01-30 09:41:11 -06:00
|
|
|
12 | fn id(&self) -> BoxStream<'static, bool> {
|
2023-11-01 13:00:05 -05:00
|
|
|
| ^^
|