a32140cd46
Co-authored-by: Kai Ren <tyranron@gmail.com>
7 lines
223 B
Text
7 lines
223 B
Text
error: GraphQL interface must have at least one field
|
|
--> fail/interface/struct/derive_no_fields.rs:4:1
|
|
|
|
|
4 | struct Character {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: https://spec.graphql.org/October2021#sec-Interfaces
|