Hi,
I'm trying to get the node entity along with relationship using spring data. Relationship values are not being binded when I annotated with '@Relationship' tag.
For Ex., User has list of task linked through task_status. I would like to query the ...