deploy: bd8dc582a4
This commit is contained in:
parent
1f2d7a4155
commit
3d4b09646a
2 changed files with 2 additions and 2 deletions
|
@ -2728,7 +2728,7 @@ channel.</p>
|
|||
juniper = "0.16.0"
|
||||
juniper_rocket = "0.9.0"
|
||||
</code></pre>
|
||||
<p>Included in the source is a <a href="https://github.com/graphql-rust/juniper/blob/master/juniper_rocket/examples/rocket_server.rs">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_rocket/examples/simple.rs">small example</a> which sets up a basic GraphQL and <a href="https://github.com/graphql/graphiql">GraphiQL</a> handler.</p>
|
||||
<div style="break-before: page; page-break-before: always;"></div><h1 id="integrating-with-hyper"><a class="header" href="#integrating-with-hyper">Integrating with Hyper</a></h1>
|
||||
<p><a href="https://hyper.rs/">Hyper</a> is a fast HTTP implementation that many other Rust web frameworks
|
||||
leverage. It offers asynchronous I/O via the tokio runtime and works on
|
||||
|
|
|
@ -181,7 +181,7 @@ channel.</p>
|
|||
juniper = "0.16.0"
|
||||
juniper_rocket = "0.9.0"
|
||||
</code></pre>
|
||||
<p>Included in the source is a <a href="https://github.com/graphql-rust/juniper/blob/master/juniper_rocket/examples/rocket_server.rs">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_rocket/examples/simple.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