apoc.graph
| Qualified Name | Type | 
|---|---|
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  | 
Procedure  | 
apoc.graph.fromCypher('kernelTransaction',{params},'name',{properties}) - creates a virtual graph object for later processing  | 
Procedure  | 
apoc.graph.fromDB('name',{properties}) - creates a virtual graph object for later processing  | 
Procedure  | 
apoc.graph.fromData([nodes],[relationships],'name',{properties}) | creates a virtual graph object for later processing  | 
Procedure  | 
apoc.graph.fromDocument({json}, {config}) yield graph - transform JSON documents into graph structures  | 
Procedure  | 
apoc.graph.fromPaths(path,'name',{properties}) - creates a virtual graph object for later processing  | 
Procedure  | 
apoc.graph.fromPaths([paths],'name',{properties}) - creates a virtual graph object for later processing  | 
Procedure  | 
apoc.graph.validateDocument({json}, {config}) yield row - validates the json, return the result of the validation  | 
Procedure  |