Skip to content

Update neo4j-driver

Hannes Heine requested to merge pr2546head into pr2546base

Created by: Tirokk

roschaefer Authored by roschaefer Merged


Fix API changes. Also close the session in resolver only and refactor userMiddleware to become a part of the resolver.

The fix for the test was to move session.close into the finally block at the end of the resolver. It was complaining about using a session in userMiddleware.js which was already closed.

Merge request reports