7 lines
94 B
Rust
7 lines
94 B
Rust
|
use juniper::GraphQLInterface;
|
||
|
|
||
|
#[derive(GraphQLInterface)]
|
||
|
struct Character {}
|
||
|
|
||
|
fn main() {}
|