error: GraphQL interface must have a different name for each field
       ยท note: https://spec.graphql.org/October2021#sec-Interfaces
 --> fail/interface/struct/attr_fields_duplicate.rs:4:1
  |
4 | struct Character {
  | ^^^^^^

error: cannot find attribute `graphql` in this scope
 --> fail/interface/struct/attr_fields_duplicate.rs:7:7
  |
7 |     #[graphql(name = "id")]
  |       ^^^^^^^