2022-04-01 21:10:45 +03:00
|
|
|
error: GraphQL interface expected named struct field
|
|
|
|
--> fail/interface/struct/attr_unnamed_field.rs:4:18
|
|
|
|
|
|
|
|
|
4 | struct Character(i32);
|
|
|
|
| ^^^
|
|
|
|
|
|
2022-06-28 18:32:08 +03:00
|
|
|
= note: https://spec.graphql.org/October2021#sec-Interfaces
|