Hi,
How to extract and display an exact query using Cypher without other extra information ?
Given the following query:
MATCH p=(A)-[r:relationship]-(B) where r.property1=X return p
so the query doesn't return the nodes with only the relations with p...