5 lines
64 B
Rust
5 lines
64 B
Rust
|
#[derive(juniper::GraphQLEnum)]
|
||
|
pub enum Test {}
|
||
|
|
||
|
fn main() { }
|