Introduction to Neo4j & GraphQL – A New GraphAcademy Course

Are you interested in creating GraphQL APIs with Neo4j?Check out the new Introduction to Neo4j & GraphQL course on GraphAcademy, where you will learn:The fundamentals of GraphQL.How to set up the Neo4j GraphQL Toolbox.Using the Neo4j GraphQL Library to create:– GraphQL type definitions– GraphQL… Read more →


Let’s Write a Stored Procedure in Neo4j – Part I

Neo4j offers two main ways of querying a graph – through the Cypher query language and via a Java API. A solid model and well-designed Cypher query is sufficient in the majority of cases, but for those cases where we want the finest level of control, the Java API provides a powerful and intuitive interface. Read more →