Skip to content

Releases: neo4j/graphql

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.

Neo4j GraphQL Library 1.2.1

13 Jul 11:32
Compare
Choose a tag to compare

Fixes

OGM 1.2.1

13 Jul 11:30
Compare
Choose a tag to compare

Updates the @neo4j/graphql dependency.

Neo4j GraphQL Library 1.2.0

12 Jul 09:39
Compare
Choose a tag to compare

Adds the ability to pass JWT into lib for auth directive usage see #303

OGM 1.2.0

12 Jul 09:39
Compare
Choose a tag to compare

Updates the @neo4j/graphql dependency.

Neo4j GraphQL Library 1.1.0

06 Jul 10:42
Compare
Choose a tag to compare

Features

Fixes

  • #297 Fixed a bug which was the underlying cause of:
    • Int and Float values not being parsed and serialized correctly
    • DateTime and Date values being returned as objects rather than as strings
    • Point elements being resolved to null and throwing an error
    • __resolveType resolvers being dropped during schema augmentation
  • #281 Stop incorrect Error being thrown for unauthenticated Query/Mutation (thanks to @mathix420 for this one)