Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaeldgraham/neo4j-graphql-binding
A GraphQL binding for your Neo4j GraphQL API
https://github.com/michaeldgraham/neo4j-graphql-binding
apollo apollo-link cypher graphql graphql-binding neo4j neo4j-graphql neo4j-graphql-binding
Last synced: 3 months ago
JSON representation
A GraphQL binding for your Neo4j GraphQL API
- Host: GitHub
- URL: https://github.com/michaeldgraham/neo4j-graphql-binding
- Owner: michaeldgraham
- License: mit
- Created: 2018-04-15T02:45:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T14:06:58.000Z (almost 5 years ago)
- Last Synced: 2024-10-01T05:09:01.986Z (4 months ago)
- Topics: apollo, apollo-link, cypher, graphql, graphql-binding, neo4j, neo4j-graphql, neo4j-graphql-binding
- Language: JavaScript
- Homepage:
- Size: 549 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# neo4j-graphql-binding
## Overview
In your server setup, you use can
neo4jGraphQLBinding
to create a [GraphQL binding](https://www.npmjs.com/package/graphql-binding) 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 generatedquery
ormutation
or those which use a [@cypher directive](https://neo4j.com/developer/graphql/#_neo4j_graphql_extension).The exports of this package are used to support various features in [neo4j-graphql-server](https://www.npmjs.com/package/neo4j-graphql-server). See this section explaining the [server setup process](https://neo4j-graphql-server.gitbook.io/docs/neo4j-graphql-server#strategy).
neo4j-graphql-binding is still under development, so please file an issue for any bug you discover or share feature requests. Thanks!
## Install
npm install -save neo4j-graphql-binding## [Docs 📚](https://neo4j-graphql-server.gitbook.io/docs/neo4j-graphql-binding)
View the docs [here](https://neo4j-graphql-server.gitbook.io/docs/neo4j-graphql-binding)!