Releases: neo4j/graphql
Releases · neo4j/graphql
@neo4j/[email protected]
Patch Changes
- #6622
3df1946
Thanks @angrykoala! - Fix incorrect Cypher with authorization filters combined with authorization directive in a create operation
@neo4j/[email protected]
Patch Changes
- #6621
130722c
Thanks @angrykoala! - Fix incorrect Cypher with authorization filters combined with authorization directive in a create operation
@neo4j/[email protected]
Patch Changes
- Updated dependencies [
130722c
]:- @neo4j/[email protected]
@neo4j/[email protected]
Patch Changes
- #6594
3825c8d
Thanks @angrykoala! - Fix arguments on populatedBy callbacks
@neo4j/[email protected]
Patch Changes
- #6589
8e25ca9
Thanks @angrykoala! - Fix regression on@populatedBy
where nested create operations don't trigger callbacks
@neo4j/[email protected]
Patch Changes
- #6573
33f906d
Thanks @angrykoala! - Fix populatedBy directive used in connect operations
@neo4j/[email protected]
Patch Changes
-
#6555
95fe716
Thanks @angrykoala! - Optimize connection queries withouttotalCount
orpageInfo
such as:query { moviesConnection(first: 20, sort: [{ title: ASC }]) { edges { node { title } } } }
Will no longer calculate
totalCount
in the generated Cypher -
#6554
d3b7b59
Thanks @angrykoala! - Improved performance for Connection queries for cases when onlytotalCount
is requested.query { moviesConnection(where: { title: { eq: "Forrest Gump" } }) { totalCount } }
@neo4j/[email protected]
Patch Changes
- #6488
0ba23dd
Thanks @angrykoala! - Fix format of Time and spatial input types
@neo4j/[email protected]
Patch Changes
- #6511
b880bb4
Thanks @Liam-Doodson! - Removed graphql query from driver transaction metadata
@neo4j/[email protected]
Patch Changes
- #6513
f867f63
Thanks @Liam-Doodson! - Removed graphql query from driver transaction metadata