Releases: neo4j/graphql
Releases · neo4j/graphql
@neo4j/graphql@5.9.2
Patch Changes
- #5699
2a69218
Thanks @angrykoala! - Fix generated filters when comparing a relationship tonull
@neo4j/graphql-ogm@5.9.2
Patch Changes
- Updated dependencies [
2a69218
]:- @neo4j/graphql@5.9.2
@neo4j/graphql@5.9.1
@neo4j/graphql-ogm@5.9.1
Patch Changes
- Updated dependencies [
4104217
]:- @neo4j/graphql@5.9.1
@neo4j/graphql@5.9.0
Minor Changes
-
#5633
cfa296b
Thanks @angrykoala! - Remove connection wrapper on vector queries.Previous:
query MovieVectorQuery($vector: [Float!]!) { myVectorQuery(vector: $vector) { moviesConnection { edges { cursor score node { title } } } } }
Now:
query MovieVectorQuery($vector: [Float!]!) { myVectorQuery(vector: $vector) { edges { cursor score node { title } } } }
Vector index is now a stable feature.
Patch Changes
- #5647
9feeda9
Thanks @MacondoExpress! - Fix a bug that causes an invalid Cypher generated for authorization filters in the connectOrCreate operation.
@neo4j/graphql@5.8.0
Minor Changes
Patch Changes
-
#5632
3c69066
Thanks @darrellwarde! - Theoptions
argument ofassertIndexesAndConstraints
has been deprecated and the creation of indexes and constraints will no longer be support in the next major version of the library. -
#5606
e4ac1d8
Thanks @angrykoala! - Fix delete operations inside updates for unions -
#5616
b7552f8
Thanks @angrykoala! - Fix cardinality validation on nested unions
@neo4j/graphql-ogm@5.9.0
@neo4j/graphql-ogm@5.8.0
@neo4j/graphql@5.7.1
@neo4j/graphql-ogm@5.7.1
Patch Changes
- Updated dependencies [
d3f4679
]:- @neo4j/graphql@5.7.1