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