Skip to content

Commit 4f97601

Browse files
committed
moved a section
1 parent 9652411 commit 4f97601

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

modules/ROOT/pages/index.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ query {
7272
}
7373
----
7474

75+
For every query and mutation that is executed against this generated schema, the Neo4j GraphQL Library generates a single Cypher query which is executed against the database.
76+
This eliminates the https://www.google.com/search?q=graphql+n%2B1[N+1 Problem], which can make GraphQL implementations slow and inefficient.
77+
7578
See xref:using-the-library.adoc[] to learn how to use the GraphQL Library in your technology stack.
7679
Check out xref:getting-started/index.adoc[] to create a new project, either based on Neo4j Aura or self-hosted.
7780

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ The Neo4j GraphQL Library features:
1515
- A xref::getting-started/toolbox.adoc[Toolbox] (UI) to experiment with your Neo4j GraphQL API on Neo4j Desktop.
1616

1717

18-
== Under the hood
19-
20-
For every query and mutation that is executed against this generated schema, the Neo4j GraphQL Library generates a single Cypher query which is executed against the database.
21-
This eliminates the https://www.google.com/search?q=graphql+n%2B1[N+1 Problem], which can make GraphQL implementations slow and inefficient.
22-
23-
2418
== Interaction
2519

2620
In xref::getting-started/graphql-aura.adoc[] as well as xref::getting-started/graphql-self-hosted.adoc[], a GraphQL server serves the GraphQL schema, so you can interact directly with your API with no frontend.

0 commit comments

Comments
 (0)