Graph only showing one instance of a relationship #363
Unanswered
AttaboySawyer
asked this question in
Q&A
Replies: 5 comments 2 replies
-
Most likely it's cypher prblem, can you send the initialCypher or check if there are errors in the console? |
Beta Was this translation helpful? Give feedback.
0 replies
-
initialCypher: "MATCH p=(m)-[r1]->(n)-[r2]->(i) RETURN m,r1,n,r2,i LIMIT 50" |
Beta Was this translation helpful? Give feedback.
0 replies
-
Umm WTH 😅 can you enable debug log? 😅 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe the LIMIT is wrong? 😅 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am following example configs with my own data, and am running into a problem of the graph only ever showing a single relationship:

Even if there are multiple types of relationships, it only ever shows one.
I have been following example configs and others examples, and am wondering if there is a requirement in the relationship config or the labels config that may be causing this error. Here is an example of my relationship config:
Have others come across this issue? I'm not sure if this is an issue with the config or my data.
Beta Was this translation helpful? Give feedback.
All reactions