927e42201a
Co-authored-by: Kai Ren <tyranron@gmail.com>
6 lines
95 B
Rust
6 lines
95 B
Rust
use juniper::GraphQLInputObject;
|
|
|
|
#[derive(GraphQLInputObject)]
|
|
struct Object {}
|
|
|
|
fn main() {}
|