Skip to content

Releases: neo4j/graphql

Neo4j GraphQL Library 1.2.4

28 Jul 10:50
Compare
Choose a tag to compare

Whats Included?

  1. #361
  2. #359
  3. #355

Notes

Small fixes and improvements. Thanks to @mathix420 and @dmoree for your contributions to this release 🍻

OGM 1.2.4

28 Jul 10:50
Compare
Choose a tag to compare

What's Included?

Updates to @neo4j/graphql dependency.

Neo4j GraphQL Library 2.0.0-alpha.4

22 Jul 14:20
Compare
Choose a tag to compare
Pre-release

Whats Included?

  1. #339
  2. #334
  3. #329 - Count Queries
  4. #340
  5. #325

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

22 Jul 14:20
Compare
Choose a tag to compare
OGM 2.0.0-alpha.4 Pre-release
Pre-release

Whats Included ?

  1. #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

21 Jul 15:08
Compare
Choose a tag to compare

Fixes

OGM 1.2.3

21 Jul 15:02
Compare
Choose a tag to compare

Updates the @neo4j/graphql dependency.

Neo4j GraphQL Library 1.2.2

16 Jul 15:24
Compare
Choose a tag to compare

Fixes

  • Adds a missing WITH clause when a nested field under top-level custom Cypher uses an @auth directive (#328)

OGM 1.2.2

16 Jul 15:23
Compare
Choose a tag to compare

Updates @neo4j/graphql dependency.

Neo4j GraphQL Library 2.0.0-alpha.3

14 Jul 10:25
Compare
Choose a tag to compare
Pre-release

Whats included

  1. #272
  2. #282 - Cursor based Pagination (Thanks @litewarp)
  3. #284
  4. #286
  5. #289
  6. #290
  7. #291
  8. #294
  9. #295
  10. #304
  11. #312
  12. #314
  13. #316
  14. #317
  15. #318
  16. #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

14 Jul 10:25
Compare
Choose a tag to compare
OGM 2.0.0-alpha.3 Pre-release
Pre-release

Updates @neo4j/graphql dependency.