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: modules/ROOT/pages/type-definitions/types/scalar.adoc
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@
2
2
:description: This page lists the default types available in the Neo4j GraphQL Library.
3
3
= Scalar types
4
4
5
-
Neo4j GraphQL supports all of the built-in GraphQL https://graphql.org/learn/schema/#scalar-types[scalar types] as well as additional scalar and object types specific to the Neo4j database.
5
+
Neo4j GraphQL supports all of the built-in GraphQL https://graphql.org/learn/schema/#scalar-types[scalar types].
6
+
The `BigInt` scalar type is an addition specific to the Neo4j database.
6
7
7
8
== Scalar types
8
9
@@ -11,7 +12,7 @@ Neo4j GraphQL supports all of the built-in GraphQL https://graphql.org/learn/sch
Copy file name to clipboardExpand all lines: modules/ROOT/pages/type-definitions/types/temporal.adoc
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,6 @@
2
2
:description: This page lists the temporal types available in the Neo4j GraphQL Library.
3
3
= Temporal types
4
4
5
-
Neo4j GraphQL supports all of the default GraphQL https://graphql.org/learn/schema/#scalar-types[scalar types] as well as additional scalar and object types specific to the Neo4j database, such as the temporal types.
0 commit comments