Neo4j GraphQL Binding
A GraphQL binding for your Neo4j GraphQL API.
Last updated
A GraphQL binding for your Neo4j GraphQL API.
Last updated
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 .