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.

ruko
Node
since ‎06-08-2020
‎06-01-2022

User Statistics

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

User Activity

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