💡 Welcome to the Monorepo for Neo4j + GraphQL.
GraphQL API for Aura
We’ve been working to make GraphQL natively available in Aura, Neo4j's Cloud based Graph Database service, and we are now ready to let people try it in an Early Access Program that will run from April to the end of May. There will be at least one more iteration with additional features before a full release later this year.
This will offer
- Use of GraphQL API with an Aura instance in GCP
- Use of Aura CLI to configure the GraphQL API
- Authentication to the GraphQL API using an API Key or a 3rd party Identity Provider that supports OpenID Connect 2.0 with a JWKS endpoint for JWT validation
- A Discord based community to post feedback and questions that you have
Using the GraphQL API during the EAP with AuraDB instances being charged as normal will be at no cost.
Would you be interested in taking part? Or want to know more? Then register here:- GraphQL API EAP and you'll be contacted nearer the date.
The default branch for this repository is dev
, which contains changes for the next
release. This is what you should base your work on if you want to make changes.
Want to contribute to @neo4j/graphql
? See our contributing guide
and development guide to get started!
This is a TypeScript Monorepo managed with Yarn Workspaces. To learn more on how to; setup, test and contribute to Neo4j GraphQL then please visit the Contributing Guide.
@neo4j/graphql
- Familiar GraphQL generation, for usage with an API such as Apollo Server@neo4j/introspector
- Introspect schema from an existing Neo4j database@neo4j/graphql-toolbox
- Experiment with your Neo4j GraphQL API on Neo4j.
Blogs, talks and other content surrounding Neo4j GraphQL. Sign up for NODES 2023 to view even more Neo4j GraphQL content.
- Neo4j and GraphQL The Past, Present and Future
- Securing Your Graph With Neo4j GraphQL
- Best Practices For Using Cypher With GraphQL
- Migrating To The Official Neo4j GraphQL Library
- Announcing the Stable Release of the Official Neo4j GraphQL Library 1.0.0
- Announcing the Neo4j GraphQL Library Beta Release
- Working with Graphs and GraphQL
Learn the fundamentals of GraphQL and how to use the Neo4j GraphQL Toolbox and the Neo4j GraphQL Library to create Neo4j-backed GraphQL APIs with the Introduction to Neo4j & GraphQL on GraphAcademy.