7 lines
187 B
Text
7 lines
187 B
Text
|
error: GraphQL interface can only be derived on structs
|
||
|
--> fail/interface/derive_wrong_item.rs:9:1
|
||
|
|
|
||
|
9 | / #[graphql(for = ObjA)]
|
||
|
10 | | enum Character {}
|
||
|
| |_________________^
|