We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
neo4j-javascript-driver/types/result-rx.d.ts
Line 28 in 938930f
Per the docs, this should be consume to match what is presented in the docs here. Summary type causes my query to fail on v4.1.1.
consume
https://neo4j.com/docs/api/javascript-driver/4.1/class/src/result-rx.js~RxResult.html#instance-method-consume
The text was updated successfully, but these errors were encountered:
Thanks, @snurby7 . This issue will be fixed at 4.3
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
neo4j-javascript-driver/types/result-rx.d.ts
Line 28 in 938930f
Per the docs, this should be
consume
to match what is presented in the docs here. Summary type causes my query to fail on v4.1.1.https://neo4j.com/docs/api/javascript-driver/4.1/class/src/result-rx.js~RxResult.html#instance-method-consume
The text was updated successfully, but these errors were encountered: