use juniper::GraphQLInterface; #[derive(GraphQLInterface)] struct Character {} fn main() {}