2021-08-11 09:41:49 -05:00
|
|
|
error: GraphQL object must have a different name for each field
|
2023-11-01 13:00:05 -05:00
|
|
|
· note: https://spec.graphql.org/October2021#sec-Objects
|
2024-01-30 09:41:11 -06:00
|
|
|
--> fail/subscription/fields_duplicate.rs:11:6
|
2021-08-11 09:41:49 -05:00
|
|
|
|
|
2024-01-30 09:41:11 -06:00
|
|
|
11 | impl ObjA {
|
2021-08-11 09:41:49 -05:00
|
|
|
| ^^^^
|
2024-01-30 09:41:11 -06:00
|
|
|
|
|
|
|
error: cannot find attribute `graphql` in this scope
|
|
|
|
--> fail/subscription/fields_duplicate.rs:16:7
|
|
|
|
|
|
|
|
|
16 | #[graphql(name = "id")]
|
|
|
|
| ^^^^^^^
|