@neo4j/graphql@5.2.0
版本发布时间: 2024-03-13 23:03:52
neo4j/graphql最新发布版本:@neo4j/graphql@5.7.0(2024-09-27 22:43:48)
Minor Changes
-
#4816
6b547dd
Thanks @a-alle! - Adds support for the@authentication
directive on custom resolved fields of root types Query and Mutation -
#4829
720a5ee
Thanks @a-alle! - Add simple relationship filter for relationships to interface types
Patch Changes
-
#4848
86fd1a9
Thanks @MacondoExpress! - Fixed a bug that causes relationship direction to be wrongly generated during the resolution of interface relationship fields. -
#4867
d82ee15
Thanks @MacondoExpress! - Fixed bug that caused an empty string and false boolean argument being evaluated asNULL
when passed as an argument of a@cypher
field.