Updated book for master ***NO_CI***
This commit is contained in:
parent
25ce7d0c8e
commit
dacaf1a6b6
4 changed files with 4 additions and 2 deletions
|
@ -1496,6 +1496,7 @@ the <code>graphql_scalar</code> proc macro.</li>
|
|||
spec</a> as a type that is serialized
|
||||
as a string but can be parsed from both a string and an integer.</li>
|
||||
</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>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>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -161,6 +161,7 @@ the <code>graphql_scalar</code> proc macro.</li>
|
|||
spec</a> as a type that is serialized
|
||||
as a string but can be parsed from both a string and an integer.</li>
|
||||
</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>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>
|
||||
|
|
Loading…
Reference in a new issue