Skip to content

Commit

Permalink
deploy: bd8dc58
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Nov 24, 2023
1 parent 1f2d7a4 commit 3d4b096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion master/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -2728,7 +2728,7 @@ <h1 id="converting-a-rust-schema-to-the-graphql-schema-language"><a class="heade
juniper = &quot;0.16.0&quot;
juniper_rocket = &quot;0.9.0&quot;
</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
Expand Down
2 changes: 1 addition & 1 deletion master/servers/rocket.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ <h1 id="integrating-with-rocket"><a class="header" href="#integrating-with-rocke
juniper = &quot;0.16.0&quot;
juniper_rocket = &quot;0.9.0&quot;
</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>

Expand Down

0 comments on commit 3d4b096

Please sign in to comment.