We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using this /api/docs
curl -s -X POST 'http://localhost:4000/api/delete-people?name=p3' {"nodesDeleted":6,"relationshipsDeleted":10}
I was expecting node with name=p3 would be deleted
The text was updated successfully, but these errors were encountered:
Please share an isolated minimal reproduction on CodeSandbox, like I asked the other issues/discussions you've created; #1710 (reply in thread)
Sorry, something went wrong.
No branches or pull requests
I am using this /api/docs
curl -s -X POST 'http://localhost:4000/api/delete-people?name=p3'
{"nodesDeleted":6,"relationshipsDeleted":10}
I was expecting node with name=p3 would be deleted
The text was updated successfully, but these errors were encountered: