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.

rafitj
Node
since ‎03-19-2021
‎06-01-2022

User Statistics

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

User Activity

Hi, I'm trying to create a query that returns a node and all its relationships with its properties. I am trying to replicate the following query, specifically the collect({....}) as connections part in Spring Data: MATCH (n:Server) WHERE exists((n)-[...
Hi, I'm new to Neo4j! I'm currently working on a simple REST API but I cannot seem to figure out how to return both nodes and relations in a single endpoint. My design is super simple. I have a bunch of different resource nodes [CLIENT, SERVER, DB] (...