Update model.rs

This commit is contained in:
sunli 2020-04-08 21:02:55 +08:00
parent 4e9c6cf1fb
commit d9a3cb4743

View File

@ -171,9 +171,3 @@ impl QueryRoot {
field(name = "appears_in", type = "&'ctx [Episode]", context)
)]
pub struct Character(Human, Droid);
#[async_graphql::SimpleObject]
struct QueryRoot1 {
#[field]
value: i32,
}