I want to filter data between nodes as below:
with g,f match(g) where g.name<>f.name return distinct g.name
but its still returning the