use juniper::graphql_interface;

#[graphql_interface]
trait Character {}

fn main() {}