You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/content/types/scalars.md
+2
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ Juniper has built-in support for:
27
27
spec](http://facebook.github.io/graphql/#sec-ID) as a type that is serialized
28
28
as a string but can be parsed from both a string and an integer.
29
29
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
+
30
32
**Third party types**:
31
33
32
34
Juniper has built-in support for a few additional types from common third party
0 commit comments