Skip to content

Releases: neo4j/graphql

OGM 2.0.0

10 Aug 10:27
Compare
Choose a tag to compare

Updates the @neo4j/graphql dependency to the new major 2.0.0 release.

Breaking changes for queries and mutations will be identical to the changes which break for the GraphQL Library, so the same migration guide can be followed.

Neo4j GraphQL Library 2.0.0-rc.2

06 Aug 14:30
Compare
Choose a tag to compare
Pre-release

Changes

Fixes

  • An error is now thrown if @auth, @cypher or @relationship directives are used on an relationship property interface or its fields (#379, #381, #383)
  • Generated input types being used within custom input types will now pass validation of type definitions (#373)
  • Custom scalars/enums now work as return values for custom Cypher fields (#390)
  • Error thrown if reserved words used in type definitions (#396):
    • Node and PageInfo cannot be used as type/interfaces names, nor can names ending in Connection
    • cursor and node cannot be used as relationship property fields

Notes

We apologise for making the breaking change from edge to relationship during this release candidate phase, but we felt that the consistency improvement across the schema was worth the tradeoff.

OGM 2.0.0-rc.2

06 Aug 14:13
Compare
Choose a tag to compare
OGM 2.0.0-rc.2 Pre-release
Pre-release

Updated the @neo4j/graphql dependency.

Neo4j GraphQL Library 2.0.0-rc.1

30 Jul 13:47
Compare
Choose a tag to compare
Pre-release

Whats Included?

  1. #300 - Validation Of typeDefs
  2. #283
  3. #362
  4. #369
  5. #366 - New docs look and feel 👀
  6. #367
  7. #368
  8. #365

Notes

Going RC now as we feel there are no more features to add. We will continue to publish release candidates until we are happy to go GA on 2.0.0.

OGM 2.0.0-rc.1

30 Jul 13:47
Compare
Choose a tag to compare
OGM 2.0.0-rc.1 Pre-release
Pre-release

Updates @neo4j/graphql dependency.

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