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.

AlastarFrost
Node
since ‎11-07-2020
‎06-01-2022

User Statistics

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

User Activity

I have the following query (it is shortened a bit) MATCH (st:Start) WHERE (st.Id = "myId") WITH st MATCH (n)-[:relation]->(foo: Foo) WHERE n = st WITH collect(foo) as foos MATCH (f: Foo) -[:otherRelation]->(b: Bar) WHERE f IN foos RETURN foos, collec...
stackoverflow.com Sorting out Nodetypes after yield in Neo4jClient c#, neo4j, neo4jclient asked by Alastar Frost on 07:07PM - 07 Nov 20 UTC Hi, for full context plea...
Kudos from
Kudos given to