Skip to content

v2.7.0

Compare
Choose a tag to compare
@neo4j-team-graphql neo4j-team-graphql released this 30 May 10:54
· 47 commits to main since this release
ad5e04e

Minor Changes

  • #541 6b02a4a Thanks @angrykoala! - Add support for OPTIONAL CALL on procedures:

    Cypher.db.labels().optional().yield("*");
    OPTIONAL CALL db.labels() YIELD *