cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

lavanya_kannan2
Node
since ‎10-14-2021
‎06-01-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, I am trying to see if there is an APOC procedure that will return all nodes reachable from a list of nodes and return only all the maximal paths from the input list. Currently, I am able to use the apoc.path.expand procedure to get all the paths ...