Skip to content

Commit c1b6ee7

Browse files
authored
Merge pull request #285 from neo4j/document-db-support-and-compatibility
Expand on documentation of the supported db versions and existance of a verification fn
2 parents 9e039ac + 0f458c1 commit c1b6ee7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

modules/ROOT/pages/integrating-the-library.adoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,14 @@ You can check the Apollo documentation on https://www.apollographql.com/docs/apo
2424

2525
== Requirements
2626

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.
37+
====

0 commit comments

Comments
 (0)