Skip to content

Commit a08ce07

Browse files
authored
Add note about i64/u64 to the book
Fixes #671
1 parent 563270d commit a08ce07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/book/content/types/scalars.md

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Juniper has built-in support for:
2727
spec](http://facebook.github.io/graphql/#sec-ID) as a type that is serialized
2828
as a string but can be parsed from both a string and an integer.
2929

30+
Note that there is no built-in support for `i64`/`u64`, as the GraphQL spec [doesn't define any built-in scalars for `i64`/`u64` by default](https://spec.graphql.org/June2018/#sec-Int). You may wish to leverage a [custom GraphQL scalar](#custom-scalars) in your schema to support them.
31+
3032
**Third party types**:
3133

3234
Juniper has built-in support for a few additional types from common third party

0 commit comments

Comments
 (0)