7 lines
77 B
Rust
7 lines
77 B
Rust
|
use juniper::GraphQLEnum;
|
||
|
|
||
|
#[derive(GraphQLEnum)]
|
||
|
enum Test {}
|
||
|
|
||
|
fn main() {}
|