@neo4j/graphql@5.2.0
·
1345 commits
to dev
since this release
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.