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
Can you please update the README with example on how to use this?
Thanks.
The text was updated successfully, but these errors were encountered:
Please close this ticket.
Sorry, something went wrong.
there still is No example for: insertNode, using labels
+1
This works for me second argument if not callback is array of labels
db.insertNode({ name: 'Darth Vader', sex: 'male' }, ['Character'], function(err, node){ if(err) { throw err; } else { // Output node properties. console.log(node.data); // Output node id. console.log(node._id); } });
No branches or pull requests
Can you please update the README with example on how to use this?
Thanks.
The text was updated successfully, but these errors were encountered: