juniper/integration_tests/codegen_fail/fail/object/derive_no_fields.stderr

8 lines
186 B
Text
Raw Normal View History

error: GraphQL object must have at least one field
--> $DIR/derive_no_fields.rs:4:1
|
4 | struct Obj {}
| ^^^^^^^^^^^^^
|
= note: https://spec.graphql.org/June2018/#sec-Objects