Releases: neo4j/graphql
Releases · neo4j/graphql
OGM 2.0.0-rc.2
Updated the @neo4j/graphql
dependency.
Neo4j GraphQL Library 2.0.0-rc.1
OGM 2.0.0-rc.1
Updates @neo4j/graphql
dependency.
Neo4j GraphQL Library 1.2.4
Whats Included?
Notes
Small fixes and improvements. Thanks to @mathix420 and @dmoree for your contributions to this release 🍻
OGM 1.2.4
What's Included?
Updates to @neo4j/graphql
dependency.
Neo4j GraphQL Library 2.0.0-alpha.4
Whats Included?
Alongside the latest changes to master.
Notes
This PR includes further improvements based on the feedback given around the alpha plus a new feature being count queries. Thanks to community member @dmoree for your PR's in this release and also a shoutout to the rest of you for providing feedback.
OGM 2.0.0-alpha.4
Whats Included ?
- #329 - Count Queries
Notes
Apart from the additional OGM method this PR simply updates to the lastest @neo4j/graphql.
Neo4j GraphQL Library 1.2.3
Fixes
- Connect operations are now in subqueries (#341), which has the effect of fixing:
- Custom Cypher fields which return a list of primitive values now work as expected (#335)
- An error is now thrown correctly when trying to query auth protected fields without being authenticated (#342)
- Cypher query options (https://neo4j.com/docs/cypher-manual/current/query-tuning/#cypher-query-options) can now be set at a global level, which may help in resolving any Cypher issues (#342) - see https://neo4j.com/docs/graphql-manual/current/troubleshooting/#_query_tuning
OGM 1.2.3
Updates the @neo4j/graphql
dependency.
Neo4j GraphQL Library 1.2.2
Fixes
- Adds a missing
WITH
clause when a nested field under top-level custom Cypher uses an@auth
directive (#328)