Updated book for master ***NO_CI***
This commit is contained in:
parent
4a057ebf09
commit
9b036f1130
4 changed files with 4 additions and 4 deletions
|
@ -187,7 +187,7 @@ your Schemas automatically.</p>
|
||||||
<a class="header" href="#installation" id="installation"><h2>Installation</h2></a>
|
<a class="header" href="#installation" id="installation"><h2>Installation</h2></a>
|
||||||
<p>!FILENAME Cargo.toml</p>
|
<p>!FILENAME Cargo.toml</p>
|
||||||
<pre><code class="language-toml">[dependencies]
|
<pre><code class="language-toml">[dependencies]
|
||||||
juniper = "0.14.2"
|
juniper = { git = "https://github.com/graphql-rust/juniper" }
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<a class="header" href="#schema-example" id="schema-example"><h2>Schema example</h2></a>
|
<a class="header" href="#schema-example" id="schema-example"><h2>Schema example</h2></a>
|
||||||
<p>Exposing simple enums and structs as GraphQL is just a matter of adding a custom
|
<p>Exposing simple enums and structs as GraphQL is just a matter of adding a custom
|
||||||
|
|
|
@ -142,7 +142,7 @@
|
||||||
<a class="header" href="#installation" id="installation"><h2>Installation</h2></a>
|
<a class="header" href="#installation" id="installation"><h2>Installation</h2></a>
|
||||||
<p>!FILENAME Cargo.toml</p>
|
<p>!FILENAME Cargo.toml</p>
|
||||||
<pre><code class="language-toml">[dependencies]
|
<pre><code class="language-toml">[dependencies]
|
||||||
juniper = "0.14.2"
|
juniper = { git = "https://github.com/graphql-rust/juniper" }
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<a class="header" href="#schema-example" id="schema-example"><h2>Schema example</h2></a>
|
<a class="header" href="#schema-example" id="schema-example"><h2>Schema example</h2></a>
|
||||||
<p>Exposing simple enums and structs as GraphQL is just a matter of adding a custom
|
<p>Exposing simple enums and structs as GraphQL is just a matter of adding a custom
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue