apoc.graph.from Procedure apoc.graph.from(data,'name',{properties}) | creates a virtual graph object for later processing it tries its best to extract the graph information from the data you pass in Signature apoc.graph.from(data :: ANY?, name :: STRING?, properties :: MAP?) :: (graph :: MAP?) Input parameters Name Type Default data ANY? null name STRING? null properties MAP? null Output parameters Name Type graph MAP? More documentation of apoc.graph.from