Updated book for master ***NO_CI***
This commit is contained in:
parent
b998cea2b9
commit
e4f385b088
2 changed files with 2 additions and 2 deletions
|
@ -1498,7 +1498,7 @@ Rust's stable channel.</p>
|
|||
juniper = "0.10"
|
||||
juniper_warp = "0.1.0"
|
||||
</code></pre>
|
||||
<p>Included in the source is a <a href="https://github.com/graphql-rust/juniper/tree/master/juniper_warp/examples/warp_server">small example</a> which sets up a basic GraphQL and <a href="https://github.com/graphql/graphiql">GraphiQL</a> handler.</p>
|
||||
<p>Included in the source is a <a href="https://github.com/graphql-rust/juniper/blob/master/juniper_warp/examples/warp_server.rs">small example</a> which sets up a basic GraphQL and <a href="https://github.com/graphql/graphiql">GraphiQL</a> handler.</p>
|
||||
<a class="header" href="#integrating-with-rocket" id="integrating-with-rocket"><h1>Integrating with Rocket</h1></a>
|
||||
<p><a href="https://rocket.rs/">Rocket</a> is a web framework for Rust that makes it simple to write fast web applications without sacrificing flexibility or type safety. All with minimal code. Rocket
|
||||
does not work on Rust's stable channel and instead requires the nightly
|
||||
|
|
|
@ -146,7 +146,7 @@ Rust's stable channel.</p>
|
|||
juniper = "0.10"
|
||||
juniper_warp = "0.1.0"
|
||||
</code></pre>
|
||||
<p>Included in the source is a <a href="https://github.com/graphql-rust/juniper/tree/master/juniper_warp/examples/warp_server">small example</a> which sets up a basic GraphQL and <a href="https://github.com/graphql/graphiql">GraphiQL</a> handler.</p>
|
||||
<p>Included in the source is a <a href="https://github.com/graphql-rust/juniper/blob/master/juniper_warp/examples/warp_server.rs">small example</a> which sets up a basic GraphQL and <a href="https://github.com/graphql/graphiql">GraphiQL</a> handler.</p>
|
||||
|
||||
</main>
|
||||
|
||||
|
|
Loading…
Reference in a new issue