Neo4j GraphQL Server
  • Introduction
  • Neo4j GraphQL Server
  • Neo4j GraphQL Binding
    • neo4jGraphQLBinding
    • neo4jIDL
    • neo4jAssertConstraints
    • buildNeo4jTypeDefs
    • buildNeo4jResolvers
  • GRANDstack Starter
  • GraphQL Community Graph
Powered by GitBook
On this page
  • Overview
  • Installation

Neo4j GraphQL Binding

A GraphQL binding for your Neo4j GraphQL API.

PreviousNeo4j GraphQL ServerNextneo4jGraphQLBinding

Last updated 6 years ago

Overview

In your server setup, you use can neo4jGraphQLBinding to create a to the schema used by your Neo4j instance. The binding is set into your server's context object at some key and accessed in your resolvers to delegate requests for any generated query or mutation or those which use a .

The exports of this package are used to support various features in . See this section explaining the .

Installation

npm install -s neo4j-graphql-binding

GraphQL binding
@cypher directive
neo4j-graphql-server
server setup process