Skip to content

v2.9.0

Latest
Compare
Choose a tag to compare
@neo4j-team-graphql neo4j-team-graphql released this 15 Oct 11:05
· 1 commit to main since this release
Immutable release. Only release title and notes can be modified.

Minor Changes

  • #591 d8b28c2 Thanks @angrykoala! - Support for index operator on arbitrary expressions using listIndex

    Cypher.listIndex(Cypher.collect(new Cypher.Variable()), 2);
    collect(var0)[2]