Skip to content

OGM 2.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare

We're excited to announce the first pre-release of version 2.0.0 of the OGM, with support for relationship properties! 🎉

It can be installed using npm install @neo4j/graphql-ogm@next. Note that you must specify either the tag "next" or the exact version number when installing.

Documentation for this release can be found at https://neo4j.com/docs/graphql-manual/2.0/.

Please remember that this is a pre-release, so it is not suitable for production use, and will have bugs and missing features. Please raise any of these as an issue.

Bug fixes

This release also contains the following bug fix from master which has not had a stable release yet.

  • The Neo4jGraphQL instance is no longer exported from the OGM