TODO Details ``` neo .executeBatchStream(1, { "to" : "http://localhost:7474/db/data/node/43", "max_depth" : 3, "relationships" : { "type" : "to", "direction" : "out" }, "algorithm" : "shortestPath"
```
executeBatchStream: (params) -> utils.post("#{@url}/db/data/batch", params)
Execute batch operation
Details