Releases: neo4j/graphql
OGM 1.1.0
Updates the @neo4j/graphql
dependency.
Neo4j GraphQL Library 1.0.3
OGM 1.0.3
Neo4j GraphQL Library 2.0.0-alpha.2
This release fixes a bug when using DateTime
as one or many relationship properties.
OGM 2.0.0-alpha.2
Updates the @neo4j/graphql
dependency to 2.0.0-alpha.2.
Neo4j GraphQL Library 2.0.0-alpha.1
We're excited to announce the first pre-release of version 2.0.0 of the Neo4j GraphQL Library, with support for relationship properties! 🎉
It can be installed using npm install @neo4j/graphql@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/, including a migration guide (https://neo4j.com/docs/graphql-manual/2.0/guides/rel-migration/) for upgrading from version 1.0.* to version 2.0.0.
Details of how to define relationship properties can be found at https://neo4j.com/docs/graphql-manual/2.0/type-definitions/relationships/#_relationship_properties.
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.
Other features and bug fixes
This release also contains a number of changes from master which have not had a stable release yet.
Bug fixes
- Corrected the nullability of input fields of create Mutations for non-nullable arrays
- Corrected the nullability of Query result types
Features
- Support for "Cypher Params" which allows the passing in of additional parameters for use in custom Cypher
OGM 2.0.0-alpha.1
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
Neo4j GraphQL Library 1.0.2
OGM 1.0.2
Updates the @neo4j/graphql
dependency.
Neo4j GraphQL Library 1.0.1
Bug fixes:
- Replace ALL with ANY in whilst querying relationship equality #196