Update lib.rs

This commit is contained in:
sunli 2020-04-14 12:08:25 +08:00
parent 2ff4d31f53
commit 74c84ffe86

View File

@ -33,6 +33,7 @@ impl Reject for BadRequest {}
/// It outputs a tuple containing the `Schema` and `QuertBuilder`. /// It outputs a tuple containing the `Schema` and `QuertBuilder`.
/// ///
/// # Examples /// # Examples
/// *[Full Example](<https://github.com/sunli829/async-graphql-examples/blob/master/warp/starwars/src/main.rs>)*
/// ///
/// ```no_run /// ```no_run
/// ///