Updated book for master ***NO_CI***
This commit is contained in:
parent
3871d4a4fc
commit
7d91c0d59c
4 changed files with 8 additions and 10 deletions
|
@ -2534,11 +2534,10 @@ juniper = "0.10"
|
|||
juniper_hyper = "0.1.0"
|
||||
</code></pre>
|
||||
<p>Included in the source is a <a href="https://github.com/graphql-rust/juniper/blob/master/juniper_hyper/examples/hyper_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="#third-party-integrations" id="third-party-integrations"><h1>Third-Party Integrations</h1></a>
|
||||
<p>There are several examples or third party integration crates that are not
|
||||
officially maintained by Juniper developers.</p>
|
||||
<a class="header" href="#other-examples" id="other-examples"><h1>Other Examples</h1></a>
|
||||
<p>These examples are not officially maintained by Juniper developers.</p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/actix/examples/tree/master/juniper">Actix-Web</a></li>
|
||||
<li><a href="https://github.com/actix/examples/tree/HEAD/graphql/juniper">Actix Web</a> | <a href="https://github.com/actix/examples/tree/HEAD/graphql/juniper-advanced">Actix Web (advanced)</a></li>
|
||||
</ul>
|
||||
<a class="header" href="#advanced-topics" id="advanced-topics"><h1>Advanced Topics</h1></a>
|
||||
<p>The chapters below cover some more advanced scenarios.</p>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -136,11 +136,10 @@
|
|||
|
||||
<div id="content" class="content">
|
||||
<main>
|
||||
<a class="header" href="#third-party-integrations" id="third-party-integrations"><h1>Third-Party Integrations</h1></a>
|
||||
<p>There are several examples or third party integration crates that are not
|
||||
officially maintained by Juniper developers.</p>
|
||||
<a class="header" href="#other-examples" id="other-examples"><h1>Other Examples</h1></a>
|
||||
<p>These examples are not officially maintained by Juniper developers.</p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/actix/examples/tree/master/juniper">Actix-Web</a></li>
|
||||
<li><a href="https://github.com/actix/examples/tree/HEAD/graphql/juniper">Actix Web</a> | <a href="https://github.com/actix/examples/tree/HEAD/graphql/juniper-advanced">Actix Web (advanced)</a></li>
|
||||
</ul>
|
||||
|
||||
</main>
|
||||
|
|
Loading…
Reference in a new issue