2021-08-11 17:41:49 +03:00
|
|
|
error: GraphQL object must have at least one field
|
2021-12-14 19:30:27 +02:00
|
|
|
--> fail/subscription/no_fields.rs:6:6
|
2021-08-11 17:41:49 +03:00
|
|
|
|
|
|
|
|
6 | impl Obj {}
|
|
|
|
| ^^^
|
2021-12-20 15:50:49 +03:00
|
|
|
|
|
2022-06-28 18:32:08 +03:00
|
|
|
= note: https://spec.graphql.org/October2021#sec-Objects
|