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
If you modified your database after following the xref:getting-started/graphql-self-hosted.adoc[self-hosted GraphQL tutorial], you may see different introspection results.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/index.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,17 +25,14 @@ The Neo4j GraphQL Library features:
25
25
- xref::/types/index.adoc[Types], including temporal and spatial.
26
26
- Support for both node and relationship properties.
27
27
- Extensibility through the xref::/directives/custom-logic.adoc#_cypher[`@cypher` directive] and/or xref::/directives/custom-logic.adoc#_customresolver[Custom Resolvers].
28
-
- Extensive xref::filtering.adoc[Filtering] and xref::queries-aggregations/sorting.adoc[Sorting] options.
28
+
- Extensive xref::filtering.adoc[Filtering], xref::queries-aggregations/sorting.adoc[Sorting] and xref::/queries-aggregations/pagination.adoc[Pagination] options.
29
29
- Options for xref::/directives/database-mapping.adoc[Database mapping] and value xref::/directives/autogeneration.adoc[Autogeneration].
- xref::/security/index.adoc[Security options] and additional xref::schema-configuration/index.adoc[Schema Configuration].
32
31
- A xref::getting-started/toolbox.adoc[Toolbox] (UI) to experiment with your Neo4j GraphQL API on Neo4j Desktop.
33
32
34
33
35
34
== Interaction
36
35
37
-
// Modify link below and add info about aura graphql
38
-
39
36
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.
40
37
In case you prefer to use frontend frameworks, these are some clients that interact with GraphQL APIs:
41
38
@@ -47,8 +44,11 @@ In case you prefer to use frontend frameworks, these are some clients that inter
47
44
== Deployment
48
45
49
46
There are a variety of methods for deploying GraphQL APIs.
50
-
In the xref::getting-started/index.adoc[Getting Started] guide, Apollo Server is being used for demonstration.
51
-
You can check their own documentation about https://www.apollographql.com/docs/apollo-server/deployment[Deployment] for more details.
47
+
48
+
With Aura Console, you can create and use a GraphQL API, see xref::getting-started/graphql-aura.adoc[].
49
+
50
+
The xref::getting-started/graphql-self-hosted.adoc[] guide uses Apollo Server.
51
+
You can check the Apollo documentation on https://www.apollographql.com/docs/apollo-server/deployment[Deployment] for more details.
0 commit comments