Skip to content

Commit c1e6c05

Browse files
Apply suggestions from code review
Co-authored-by: Liam-Doodson <[email protected]>
1 parent f6f0b67 commit c1e6c05

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

modules/ROOT/pages/getting-started/graphql-aura.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ You should see this:
134134

135135
=== Via Apollo Server
136136

137-
. On the https://studio.apollographql.com/[Apollo Studio] website, paste your GraphQL Data API URL to the **Sandbox** input.
137+
. On the https://studio.apollographql.com/sandbox/explorer[Apollo Studio] website, paste your GraphQL Data API URL to the **Sandbox** input.
138138
. Use the cog icon and add `x-api-key` and the API key for your data API under **Shared headers** and **Save**.
139139
. To start adding data, copy and paste the following mutation to the **Operation** panel to create a product and category in that product:
140140
+

modules/ROOT/pages/getting-started/graphql-self-hosted.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This tutorial shows you how to:
1111
== Prerequisites
1212

1313
- The tutorial assumes familiarity with the command line and JavaScript.
14-
- Make sure that you have a recent version of Node.js installed.
14+
- Make sure that you have https://nodejs.org/en/[Node.js] 20+ installed.
1515
- The examples use the default `npm` package manager, but you can use other package managers.
1616
- Set up a https://neo4j.com[Neo4j database].
1717
Make sure it fulfills the xref::index.adoc#_requirements[requirements], including the necessary plugins.

modules/ROOT/pages/index.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The Neo4j GraphQL Library features:
3636

3737
// Modify link below and add info about aura graphql
3838

39-
In xref::getting-started/graphql-aura.adoc[] as well as xref::getting-started/graphql-self-hosted.adoc[], Apollo Server is used to host the GraphQL schema, so you can interact directly with your API with no frontend.
39+
In xref::getting-started/graphql-aura.adoc[] as well as xref::getting-started/graphql-self-hosted.adoc[], a GraphQL server is used to serve the GraphQL schema, so you can interact directly with your API with no frontend.
4040
In case you prefer to use frontend frameworks, these are some clients that interact with GraphQL APIs:
4141

4242
- https://reactjs.org/[React] - support through https://www.apollographql.com/docs/react/[Apollo Client]
@@ -71,9 +71,7 @@ Additionally, prerelease version numbers may have additional suffixes, for examp
7171

7272
== Requirements
7373

74-
. https://neo4j.com/product/auradb/[Neo4j AuraDB] version 5.x with APOC core plugin or https://neo4j.com/deployment-center/#gdb-selfmanaged[Neo4j Database].
75-
Note that version 5.15 or higher is required to use the xref:/directives/indexes-and-constraints.adoc#_vector_index_search[`@vector` directive].
76-
. https://nodejs.org/en/[Node.js] 20+.
74+
. 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.
7775

7876

7977
== Resources

0 commit comments

Comments
 (0)