neo4j-graphql-js
neo4j-graphql-js copied to clipboard
NOTE: This project is no longer actively maintained. Please consider using the official Neo4j GraphQL Library (linked in README).
Thanks for this awesome tool. The auto generation of CRUD capabilities has made my life a lot easier. One issue I'm having is on Update and Deletion of nodes. It...
Currently using a couple of other helper libs like graphql-sequelize (MySQL) and was curious about Graph DBs and how well they support graphql integration. Looking through this lib I'm not...
Glitch: https://glitch.com/edit/#!/slash-oyster?path=src/graphql-schema.js:13:18 When using this schema definition, along with a Recommendations neo4j sandbox the result of sending a GraphQL query results in an Assertion Failure: ```json { "data": { "moviesByTitle":...
Instead of just throwing and passing through error message (which may include stack traces), wrap the error using Apollo Errors https://www.npmjs.com/package/apollo-errors
The @defaultValue constraint as shown below is not yet supported. type Story { name: String isPublished: Boolean @defaultValue(value: "false") } Computed @defaultValue constraint will be very cool to see as...
Hello. I'm looking to be able to add some properties to the output of a particular type using a map projection. However, if I perform a query on a type...
For example, only properties backed by an index should be included in field arguments
Add all possible field arguments for relationship fields
* Creating constraints and indexes as defined in SDL. See [example](https://neo4j-graphql-server.gitbook.io/docs/neo4j-graphql-binding/neo4jassertconstraints) * Separate export that can be triggered when SDL changes