Integrating the library
This is the documentation of the GraphQL Library version 7. For the long-term support (LTS) version 5, refer to GraphQL Library version 5 LTS. |
Interaction
In GraphQL and Aura Console as well as Self-hosting GraphQL, a GraphQL server serves the GraphQL schema, so you can interact directly with your API with no frontend. In case you prefer to use frontend frameworks, these are some clients that interact with GraphQL APIs:
-
React - support through Apollo Client
-
Vue.js - support through Vue Apollo
-
AngularJS - support through Apollo Angular.
Deployment
There are a variety of methods for deploying GraphQL APIs.
With Aura Console, you can create and use a GraphQL API, see GraphQL and Aura Console.
The Self-hosting GraphQL guide uses Apollo Server. You can check the Apollo documentation on Deployment for more details.
Requirements
-
Neo4j AuraDB version 2025.x or Neo4j Database running the latest 5.x version or above with the APOC core plugin.