7 lines
74 B
Rust
7 lines
74 B
Rust
|
struct Object {}
|
||
|
|
||
|
#[juniper::graphql_object]
|
||
|
impl Object {}
|
||
|
|
||
|
fn main() {}
|