Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/pages/getting-started/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ It takes your GraphQL type definitions and generates a schema backed by a Neo4j
+
[source, bash, indent=0]
----
npm install @neo4j/graphql graphql neo4j-driver @apollo/server
npm install @neo4j/graphql@^6 graphql neo4j-driver @apollo/server
----

. Set up a https://neo4j.com[Neo4j database].
Expand Down