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