You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/index.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ mutation {
84
84
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.
85
85
This eliminates the https://www.google.com/search?q=graphql+n%2B1[N+1 Problem], which can make GraphQL implementations slow and inefficient.
86
86
87
-
See xref:using-the-library.adoc[] to learn how to use the GraphQL Library in your technology stack.
87
+
See xref:integrating-the-library.adoc[] to learn how to use the GraphQL Library in your technology stack.
88
88
Check out xref:getting-started/index.adoc[] to create a new project, either based on Neo4j Aura or self-hosted.
0 commit comments