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).
This creates an example repository in `/examples` to showcase how the freshly renovated [graphql schema stitching API](https://www.graphql-tools.com/docs/stitch-combining-schemas) can be leveraged for `neo4j-graphql-js`. When I was working on [Oclelot-Social](https://github.com/Ocelot-Social-Community/Ocelot-Social) (formerly known...
Fixes `getInterfaceDerivedTypeNames` function, this solves the syntax error in the cypher query when selecting interfaces or interface fragments. Let me know if you need more information, I would be happy...
This change solves https://github.com/neo4j-graphql/neo4j-graphql-js/issues/570, by adding `sessionParams` as a parameter to the `searchSchema` function. When working on a multi-database project, searchSchema could be used like this to target a non-default...
Similar to https://github.com/neo4j-graphql/neo4j-graphql-js/pull/577, this change is needed so that one can target a specific database in projects with multiple active Neo4j databases. With the change, a user could call the...
- Add .env file reading if .env file is present at root to `install-neoj4j.sh` script. - Add `gql` keyword where applicable to help syntax highlighters to detect GraphQL code. -...
see https://github.com/neo4j-graphql/neo4j-graphql-js/commit/c9b8b1af65ea751d060be79f8ab9d521577968de
corrected a bug where temporal type filter generation hard coded an equal operator
This PR fixes an the following issue: https://github.com/neo4j-graphql/neo4j-graphql-js/issues/589 This is only intended as a temporary fix as I do not fully understand the inner workings of this library Explanation in...
Temp for issue 581 (no such field __typename when using orderBy on DateTime) https://github.com/neo4j-graphql/neo4j-graphql-js/issues/581 This is more of a workaround than a proper fix as I haven't properly spent the...