use juniper::graphql_union;

#[graphql_union]
trait Character {}

fn main() {}