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.

nicholaswang200
Node
since ‎06-25-2020
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, I created a Django rest framework API to interact with a local Neo4j database, and it works in that I can add nodes, edit nodes, add relationships and what not. However, when I try to assign a MATCH query to a variable and return that variable, ...