Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove direct access of Neo4j::Driver result data
The undocumented internal data structure of the Neo4j::Driver::Result module may differ between driver versions, between server versions, and between result formats (Bolt/Jolt/JSON). Direct access is possible, but brittle. At the same time, the REST action URIs are not even supported anymore in Neo4j 4. Therefore, they won't change in future and hard-coding them here is not a problem.
- Loading branch information