-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fully virtual graphs #3937
Comments
vga91
added a commit
that referenced
this issue
Apr 8, 2024
vga91
added a commit
that referenced
this issue
Apr 8, 2024
vga91
added a commit
that referenced
this issue
Apr 16, 2024
RobertoSannino
pushed a commit
that referenced
this issue
Apr 17, 2024
vga91
added a commit
that referenced
this issue
Nov 19, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
`apoc.virtual.graph([list-of-paths, nodes, rels], [properties to remove]) -> {nodes, rels}
I want to replace the whole thing by an aggregation function like this:
so basically we create the same graph object with the extract that we have for the virtual graph
and then go over the nodes and replace the ones that have one of the properties with virtual ones that wrap the original nodes and leave off the properties
The text was updated successfully, but these errors were encountered: