a32140cd46
Co-authored-by: Kai Ren <tyranron@gmail.com>
7 lines
207 B
Text
7 lines
207 B
Text
error: GraphQL union expects at least one union variant
|
|
--> fail/union/trait_no_fields.rs:4:1
|
|
|
|
|
4 | trait Character {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: https://spec.graphql.org/October2021#sec-Unions
|