Updated book for master ***NO_CI***

This commit is contained in:
Juniper Bot 2020-06-24 08:50:55 +00:00
parent 25ce7d0c8e
commit dacaf1a6b6
4 changed files with 4 additions and 2 deletions

View file

@ -1496,6 +1496,7 @@ the <code>graphql_scalar</code> proc macro.</li>
spec</a> as a type that is serialized spec</a> as a type that is serialized
as a string but can be parsed from both a string and an integer.</li> as a string but can be parsed from both a string and an integer.</li>
</ul> </ul>
<p>Note that there is no built-in support for <code>i64</code>/<code>u64</code>, as the GraphQL spec <a href="https://spec.graphql.org/June2018/#sec-Int">doesn't define any built-in scalars for <code>i64</code>/<code>u64</code> by default</a>. You may wish to leverage a <a href="#custom-scalars">custom GraphQL scalar</a> in your schema to support them.</p>
<p><strong>Third party types</strong>:</p> <p><strong>Third party types</strong>:</p>
<p>Juniper has built-in support for a few additional types from common third party <p>Juniper has built-in support for a few additional types from common third party
crates. They are enabled via features that are on by default.</p> crates. They are enabled via features that are on by default.</p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -161,6 +161,7 @@ the <code>graphql_scalar</code> proc macro.</li>
spec</a> as a type that is serialized spec</a> as a type that is serialized
as a string but can be parsed from both a string and an integer.</li> as a string but can be parsed from both a string and an integer.</li>
</ul> </ul>
<p>Note that there is no built-in support for <code>i64</code>/<code>u64</code>, as the GraphQL spec <a href="https://spec.graphql.org/June2018/#sec-Int">doesn't define any built-in scalars for <code>i64</code>/<code>u64</code> by default</a>. You may wish to leverage a <a href="#custom-scalars">custom GraphQL scalar</a> in your schema to support them.</p>
<p><strong>Third party types</strong>:</p> <p><strong>Third party types</strong>:</p>
<p>Juniper has built-in support for a few additional types from common third party <p>Juniper has built-in support for a few additional types from common third party
crates. They are enabled via features that are on by default.</p> crates. They are enabled via features that are on by default.</p>