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.

svenpvoigt
Node Link
since ‎12-14-2020
‎06-01-2022

User Statistics

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

User Activity

Hello, I have a sample graph generated by the following command CREATE p = (:x {name: 'a'}) -[:next]-> (:y {name: 'b'})-[:next]-> (:x {name: 'c'})-[:next]-> (:y {name: 'd'}), q = (:y {name: 'b'})-[:next]-> (:x {name: 'c'})-[:next]-> (:y {name: 'd'}),...
Kudos given to