Neo4j GraphQL Library: Our Roadmap for 2024–2025
Oct 29 4 mins read
Explore Neo4j's 2024–2025 roadmap for GraphQL Library, including new features, support timelines, and migration tips for smoother transitions. Read more →
Explore Neo4j's 2024–2025 roadmap for GraphQL Library, including new features, support timelines, and migration tips for smoother transitions. Read more →
How to add retrieval-augmented generation (RAG) to your @neo4j/graphql projects using LangChain.js, step-by-step. Read more →
How to use the Keymaker framework to build low-code analytical query pipelines and APIs, accelerating Neo4j application development. Read more →
Discover GraphQL best practices to make your GraphQL development process more efficient and deliver better product. Read more →
Explore the improved Neo4j GraphQL Toolbox: Boost GraphQL APIs with @neo4j/graphql. Autogenerate APIs, no resolvers needed. Read more →
Learn about the tools and processes we used to identify and fix some of the performance problems in a Node.js server for GraphQL. Read more →
Discover how to create a Spring application with data stored in Neo4j and GraphQL using Spring Data Neo4j. Read more →
Learn how to use StepZen and Neo4j to build transformational GraphQL APIs that take building applications to new heights. Read more →
neo4j cypher query showing movies and actorsIn my previous article, you could learn how to set up @neo4j/graphql with the NestJS backend framework. So now let’s create an Angular frontend on top of that and organize everything with NX monorepo.I will… Read more →
When I discovered Neo4j Graph Database, it was love at a first sight. It solves a lot of problems of highly relational databases. Besides, its visual representation of the data model is much easier to read and understand. Read more →
The GraphQL team at Neo4j recently released beta support for GraphQL Subscriptions in the @neo4j/graphql library. Subscriptions allow clients to listen to changes in their Neo4j database for their real-time applications. Read more →
The Neo4j GraphQL Toolbox is a UI that allows you to easily write and execute GraphQL queries and mutations against your Neo4j database. Read more →
A lesser-known feature of Cypher allows you to determine with equal precision what gets returned by the query in a JSON format similar to a GraphQL output. Read more →
Neo4j is excited to announce the release of the Neo4j GraphQL Library 3.0.0! Initially driven by the requirement to perform some major dependency upgrades, we have taken the opportunity to work through a backlog of breaking changes to improve the experience with the library, and to perform some much needed cleanup in key areas. Read more →
Recently we released Neo4j GraphQL 2.4.0 with cool features, but the coolest is the autogenerated aggregation queries. Read more →
Check out what's new in the latest version of Neo4j GraphQL Java, from Spring-Boot DGS integration to Type-safe APIs. Read more →
Learn how to create a TypeScript Apollo Server and live database with unit tests using Neo4j and neo-forgery. Read more →
Join us in this technical deep dive into what's new and improved in the Neo4j GraphQL Library version 2.0.0. Read more →
Check out what's new and what's changed in the latest stable release of the Neo4j GraphQL Library version 2.0.0. Read more →
Allow me to navigate you on a journey through Authentication and Authorization in the land of Neo4j GraphQL. Bind your acquired knowledge of our GraphQL directive to Type Definitions, where applied, enables sophisticated auth patterns. Read more →
Check out the prize-winning projects and the most stunning and creative ideas at the Leonhard Euler Idea Contest. Read more →
Following on from our announcement of the beta release, we are excited to announce that the stable release of the official Neo4j GraphQL Library 1.0.0 is now available to download and use! Read more →
My latest research for integrations with Neo4j brought me to Retool: a low-code tool for building applications with drag-and-drop components and Javascript customizations. Still not sure what that means? Read more →
We migrated Neo4j’s Graph Examples Portal (AKA the Graph Gist Portal) from Ruby on Rails to GRANDstack (GraphQL, React, Apollo, Neo4j Database). Here is how we did it.It was an exciting project, as I love the combination of React and GraphQL… Read more →