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/integrating-the-library.adoc
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,4 +24,14 @@ You can check the Apollo documentation on https://www.apollographql.com/docs/apo
24
24
25
25
== Requirements
26
26
27
-
. https://neo4j.com/product/auradb/[Neo4j AuraDB] version 2025.x or https://neo4j.com/deployment-center/#gdb-selfmanaged[Neo4j Database] running the latest 5.x version or above with the APOC core plugin.
27
+
The Neo4j GraphQL Library requires one of the following Neo4j database versions:
28
+
29
+
. https://neo4j.com/product/auradb/[Neo4j AuraDB] version 2025.x
30
+
. https://neo4j.com/deployment-center/#gdb-selfmanaged[Neo4j Database] running only the latest 5.x or 2025.x versions
31
+
32
+
The APOC core plugin must be installed.
33
+
34
+
[NOTE]
35
+
====
36
+
To check whether the requirements are met before starting the server, the `checkNeo4jCompat` function is exposed on the Neo4jGraphQL instance.
0 commit comments