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.

I have a relationship that only exists in the schema of my graph

dairon
Ninja
Ninja

Hello,

My problem is the following, I write:

MATCH (:District)-[]-(:Department)


and it returns me zero data, but if I write

call db.schema.visualization()

In the schema of my graph it appears that this relationship does exist, so I need to remove it from my schema but I can't find a way to do it.

I love neo4j because I feel connected!!!
1 ACCEPTED SOLUTION

There is an issue with that method that it is not accurate. 

View solution in original post

1 REPLY 1

There is an issue with that method that it is not accurate.