-
Notifications
You must be signed in to change notification settings - Fork 147
Regression: 2.3.0 returns null for all fields #189
Comments
Yikes - that's not good :-\ Are you getting any error messages? Yes, please share any code you can with me and I'll try to reproduce. |
Can you access this now https://github.com/Financial-Times/biz-ops-api? I will prepare a guide to running tests without access to creds |
@wheresrhys Yes, thanks - I can access |
that's an npm module though, so should be installed when running npm install The only env variables you should need (I think) are
all stored in .env. you may need to create dummy values for any of the following, though real values shouldn't be needed for tests
Also replace the
To avoid unnecessary noise Thanks for taking a look |
Thanks. I was able to reproduce and I think we've found the cause. The v2.3.0 release includes a feature to ignore fields that may be resolved from external sources outside of Neo4j and not include those fields in the generated Cypher query (via a However, in your case it seems that since a logger was included in the call to We're working on a fix (will be removing this inferring functionality and only handle explicitly specified |
A fix for this is available now in v2.3.1. Please let us know if this resolves the issue. |
Excellent, will hopefully give it a go today or early next week |
Yep - issue fixed. Thanks for the speedy response, and looking forward to using the improved ordering behaviour (which I believe is in 2.3.x?) |
Great - glad that worked. Sorry for introducing the bug! Yes, nested ordering is now supported in 2.3.x 🎉 |
Pinning to 2.2.0 fixes the issue.
neo4j version: 3.5 community
node version: 8.x
bolt driver version: 1.7.2
apollo version: 1.4.0
I'm about to go on holiday, so no time to prepare a reduced test case. The tests in our private repo surface the issue though. I'll ask about giving someone from neo4j access to the codebase if you're interested in digging around
cc @GeoffThorpeFT
The text was updated successfully, but these errors were encountered: