@neo4j/graphql-ogm@4.0.0
版本发布时间: 2023-09-01 22:08:05
neo4j/graphql最新发布版本:@neo4j/graphql@5.7.0(2024-09-27 22:43:48)
Major Changes
-
#2773
7462b9715
Thanks @angrykoala! - The Neo4j GraphQL Library now only accepts astring
,DocumentNode
or an array containing these types. A callback function returning these is also accepted. This is a reduction fromTypeSource
which also included types such asGraphQLSchema
andDefinitionNode
, which would have resulted in unexpected behaviour if passed in. -
#2773
7462b9715
Thanks @angrykoala! - Programmatic toggling of debug logging is now done using thedebug
option of the constructor. -
#2773
7462b9715
Thanks @angrykoala! - The minimum version ofneo4j-driver
is now5.8.0
, please upgrade. Theboomkark
field in the selection set has been marked as deprecated and will be removed in version5.0.0
of the library. -
#2773
7462b9715
Thanks @angrykoala! - Removenodes
from the public API of theOGM
class. -
#2773
7462b9715
Thanks @angrykoala! - Validation of type definitions is now configured using thevalidate
boolean option in the constructor, which defaults totrue
. -
#2773
7462b9715
Thanks @angrykoala! - Remove all arguments from IExecutableSchemaDefinition apart fromtypeDefs
andresolvers
. This is to simplify the API and to remove any unexpected behaviours from arguments which we blindly pass through. -
#2773
7462b9715
Thanks @angrykoala! -cypherQueryOptions
moved into context-only, as a per-request option.
Patch Changes
-
#2773
7462b9715
Thanks @angrykoala! -cypherParams
in the context now work as expected when using the OGM -
Updated dependencies [
7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
,7462b9715
]:- @neo4j/graphql@4.0.0