Performance issue after upgrading neo4j v4 to v5

Hi @dana_canzano ,

While upgrading the database version, I also updated the Neo4j driver to the latest version. My project uses GraphQL as well, and I'm currently running it on Node.js v16.4.2.

I’m wondering—could the issue be related to the older versions of the GraphQL-related packages? Here’s what I’m currently using:

"express-graphql": "^0.12.0",
"graphql": "^14.7.0",
"graphql-tools": "^7.0.1",
"neo4j-driver": "^5.28.0",
"neo4j-graphql-js": "^2.14.3"

Is it possible that this version mismatch—especially with the older GraphQL libraries—might be contributing to the issue?