use juniper::GraphQLInterface;

#[derive(GraphQLInterface)]
struct Character(i32);

fn main() {}