a32140cd46
Co-authored-by: Kai Ren <tyranron@gmail.com>
7 lines
207 B
Text
7 lines
207 B
Text
error: GraphQL object must have a different name for each field
|
|
--> fail/object/attr_fields_duplicate.rs:6:6
|
|
|
|
|
6 | impl ObjA {
|
|
| ^^^^
|
|
|
|
|
= note: https://spec.graphql.org/October2021#sec-Objects
|