Skip to content

@neo4j/graphql@5.2.0

Compare
Choose a tag to compare
@neo4j-team-graphql neo4j-team-graphql released this 13 Mar 15:03
· 1345 commits to dev since this release
663f1cd

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 as NULL when passed as an argument of a @cypher field.