Hey folks,
I'm new in Neo4j and so I'm still playing arround.
The problem: I have a node named person and a node named book. The relationship between the two nodes is called favorite. This relationship has an order how much a person likes the book.
Now I want to return the name of the person, the name of the book and the integer-value how much the person likes the book, but I don't get it.
Thanks a lot,
Paul