Overview of Neo4j GraphQL Library packages
devThe Neo4j GraphQL monorepo provides several tools for building and managing GraphQL APIs backed by Neo4j databases:
@neo4j/graphql: The core library used for GraphQL schema generation. It is designed to be used with API servers like Apollo Server to provide familiar GraphQL capabilities.@neo4j/introspector: A utility to introspect an existing Neo4j database schema to help generate GraphQL schemas.@neo4j/graphql-toolbox: A tool for experimenting with your Neo4j GraphQL API on Neo4j.