juniper/tests/codegen/fail/interface/struct/derive_no_fields.rs

7 lines
94 B
Rust
Raw Normal View History

use juniper::GraphQLInterface;
#[derive(GraphQLInterface)]
struct Character {}
fn main() {}