To replicate issue
MERGE (post:Post)
MERGE (user:User)
MERGE (user)-[:HAS_POST]->(post)
MERGE (post)-[:POST_BY]->(user)
show the graph schema
CALL db.schema.visualization
The relationship type will point in the opposite direction in experimental visualization but correctly when turning it off.