Releases: neo4j/graphql
Releases · neo4j/graphql
@neo4j/graphql@7.2.13
@neo4j/graphql@7.2.12
Patch Changes
-
e1e4dacThanks @mjfwebb! - Fix a case where we were using .flatMap on an Iterable which works in node 22 but not in node 20. We currently support node 20. -
#6679
8fc6629Thanks @angrykoala! - Adds numeric and id resolvers to default fields, fixing nested int fields in@cypherfields -
#6647
c931a40Thanks @mjfwebb! - Fixes the case where Connection queries with@limitin the type would generate unnecessary cypher with extra node/edge projection. -
45ee01fThanks @mjfwebb! - Fixed a case where selecting pageInfo on a connection would only return totalCount. It now correctly returns the full pageInfo object. -
#6651
005d83aThanks @mjfwebb! - Update error messages where wording was grammatically incorrect
@neo4j/graphql@5.12.10
Patch Changes
- #6675
84b884aThanks @angrykoala! - Adds feature flagcypherDirective.disableGeneratedLimitto disable default limits to be applied on queries using@cypherdirective
@neo4j/graphql-ogm@5.12.10
Patch Changes
- Updated dependencies [
84b884a]:- @neo4j/graphql@5.12.10
@neo4j/graphql@7.2.11
Patch Changes
- #6622
3df1946Thanks @angrykoala! - Fix incorrect Cypher with authorization filters combined with authorization directive in a create operation
@neo4j/graphql@5.12.9
Patch Changes
- #6621
130722cThanks @angrykoala! - Fix incorrect Cypher with authorization filters combined with authorization directive in a create operation
@neo4j/graphql-ogm@5.12.9
Patch Changes
- Updated dependencies [
130722c]:- @neo4j/graphql@5.12.9
@neo4j/graphql@7.2.10
Patch Changes
- #6594
3825c8dThanks @angrykoala! - Fix arguments on populatedBy callbacks
@neo4j/graphql@7.2.9
Patch Changes
- #6589
8e25ca9Thanks @angrykoala! - Fix regression on@populatedBywhere nested create operations don't trigger callbacks
@neo4j/graphql@7.2.8
Patch Changes
- #6573
33f906dThanks @angrykoala! - Fix populatedBy directive used in connect operations