use juniper::GraphQLObject;

#[derive(GraphQLObject)]
struct Obj {}

fn main() {}