use juniper::graphql_interface; #[graphql_interface] struct Character(i32); fn main() {}