Skip to content

Commit e184522

Browse files
committed
addressed two comments in index.adoc
1 parent 8d6d090 commit e184522

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ The Neo4j GraphQL Library is a highly flexible, low-code, open source JavaScript
88
With Neo4j as the graph database, the GraphQL Library makes it simple for applications to have data treated as a graph natively from the frontend all the way to storage.
99
This avoids duplicate schema work and ensures flawless integration between frontend and backend developers.
1010

11-
// Modify links below
12-
1311
If you are new to Neo4j and GraphQL take a look at xref:getting-started/index.adoc[Creating a new project] and xref:getting-started/toolbox.adoc[Neo4j GraphQL Toolbox] to learn the fundamentals of the Neo4j GraphQL Library and how to create GraphQL APIs backed by a Neo4j graph database.
1412

1513

@@ -38,7 +36,7 @@ The Neo4j GraphQL Library features:
3836

3937
// Modify link below and add info about aura graphql
4038

41-
In the xref::getting-started/index.adoc[Getting Started] guide, 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[], Apollo Server is used to host the GraphQL schema, so you can interact directly with your API with no frontend.
4240
In case you prefer to use frontend frameworks, these are some clients that interact with GraphQL APIs:
4341

4442
- https://reactjs.org/[React] - support through https://www.apollographql.com/docs/react/[Apollo Client]

0 commit comments

Comments
 (0)