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, ...