@neo4j/graphql@3.11.0
版本发布时间: 2022-10-25 20:19:49
neo4j/graphql最新发布版本:@neo4j/graphql@5.7.0(2024-09-27 22:43:48)
Minor Changes
-
#2220
44fc500eb
Thanks @Liam-Doodson! - Added the@plural
directive and depreacted theplural
argument of the@node
directive. -
#2225
b37376e38
Thanks @Liam-Doodson! - Added the@customResolver
directive and deprecated the@computed
directive. -
#2232
94512c90e
Thanks @Liam-Doodson! - Added checks for custom resolvers for fields with the@customResolver
directive. -
#2214
4ee4d40ad
Thanks @Liam-Doodson! - Added the@populatedBy
directive to replace the@callback
directive and deprecated the@callback
directive.
Patch Changes
-
#2268
8eff620b9
Thanks @angrykoala! - Fix invalid nested results on sorted connections without edges #2262 -
#2200
c769933cb
Thanks @a-alle! - Throw an error when the same db property is being modified at once -
#2260
5ce80724f
Thanks @angrykoala! - Fix invalid Cypher on nested update operations with interfaces -
#2252
2c8f3ec37
Thanks @angrykoala! - Fix nested update with subscriptions invalid Cypher -
#2274
74e6fee11
Thanks @angrykoala! - Fix ordering with nested interface fields #2267 -
#2266
e7bcf4f0b
Thanks @angrykoala! - Fix error of queries with mixed nested fields and cypher elements #2261