Add a function that parses a map of nodes and rel into a graph object #441
Labels
community
community
Effort - Medium
Effort - Medium
Frequency - Monthly
Frequency - Monthly
Priority - Later
Priority - Later
Reach - VeryFew
Reach - VeryFew
Severity - S3
Severity - S3
Currently, in order to pass an object as a subgraph argument to a procedure, it has to be a Graph type object which is only provided by the output of the
project()
function.For the usability purposes, it would be useful to have a function that takes map of nodes and edges as an argument and parses them into a Graph type of object. For example, the following query works as expected:
but, the you can not pass the subgraph as an argument using this query:
Source from the community
The text was updated successfully, but these errors were encountered: