Releases: neo4j/graphql
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)
OGM 1.2.2
Updates @neo4j/graphql
dependency.
Neo4j GraphQL Library 2.0.0-alpha.3
Whats included
- #272
- #282 - Cursor based Pagination (Thanks @litewarp)
- #284
- #286
- #289
- #290
- #291
- #294
- #295
- #304
- #312
- #314
- #316
- #317
- #318
- #321
Notes
Lots of structural changes in this one, both internally and for the API. The changes that have been made to the API are for consistency sake and to better position the lib for future changes without breaking further things. Secondly, lots of bug fixes in this one to do with the new usage of subqueries for example, before you could not go from a normal projection to a connection and vice versa, and now you can. Then we have #282 that brings cursor-based pagination and finally, this includes Auth on connection fields.
OGM 2.0.0-alpha.3
Updates @neo4j/graphql
dependency.