8 lines
198 B
Text
8 lines
198 B
Text
|
error: GraphQL object must have a different name for each field
|
||
|
--> $DIR/attr_fields_duplicate.rs:6:6
|
||
|
|
|
||
|
6 | impl ObjA {
|
||
|
| ^^^^
|
||
|
|
|
||
|
= note: https://spec.graphql.org/June2018/#sec-Objects
|