Neo4j GraphQL Library

The Neo4j GraphQL Library is an open source JavaScript library that enables rapid development of GraphQL APIs backed by a Neo4j graph database. It automatically generates a single optimized Cypher query for each GraphQL query or mutation, eliminating the N+1 problem common in GraphQL implementations. The library supports schema-first development and integrates with Neo4j AuraDB for cloud-hosted deployments, making it suitable for cross-platform and mobile applications.

API entry from apis.yml

apis.yml Raw ↑
aid: neo4j:graphql-library
name: Neo4j GraphQL Library
description: The Neo4j GraphQL Library is an open source JavaScript library that enables rapid development
  of GraphQL APIs backed by a Neo4j graph database. It automatically generates a single optimized Cypher
  query for each GraphQL query or mutation, eliminating the N+1 problem common in GraphQL implementations.
  The library supports schema-first development and integrates with Neo4j AuraDB for cloud-hosted deployments,
  making it suitable for cross-platform and mobile applications.
humanURL: https://neo4j.com/docs/graphql/current/
tags:
- GraphQL
- Graph Database
- JavaScript
- Low-Code
- API Development
properties:
- type: Documentation
  url: https://neo4j.com/docs/graphql/current/