Skip to content

Create Edges between Vertices with matching property contents #1464

Closed Answered by lvca
EdVanDance asked this question in Q&A
Discussion options

You must be logged in to vote

I was able to reproduce it and found the issue: $parent is an actually reserved variable used to refer to the context's parent (if any). Contexts are linked in a tree for execution. Replace parent with p and it will work.

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@lvca
Comment options

@EdVanDance
Comment options

@lvca
Comment options

Answer selected by EdVanDance
@lvca
Comment options

@lvca
Comment options

@lvca
Comment options

@EdVanDance
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants