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