Function nvlResultTransformer
- nvlResultTransformer(result): Promise<{
nodes: any[];
recordObjectMap: Map<any, any>;
relationships: any[];
}> Parameters
- result: Result<RecordShape>
Returns Promise<{
nodes: any[];
recordObjectMap: Map<any, any>;
relationships: any[];
}>
Result transformer for the Neo4j JavaScript driver results to NVL graph elements.
Example
See
on Neo4j JS Driver API Docs