Hello,
I am playing around with the plugin system of neo4j.
I just want to call my function with an ID and want the neighbours of this node returned as a String:
public class Neighbours {
@Context
public GraphDatabaseService db;
@UserFun...
I had to update the version numbers in the pom.xml and first begin a transaction.
Now I can call findNode on the transaction object to retrieve a node.
But I cannot figure out how to find a node which does not have a label present.
Node node = tx.fin...