You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.
I could easily imagine wanting to add properties to existing nodes, ala Cypher:
( { name: foo, new_prop: 42 } )
Or, more efficiently, something like:
( { id: 123, new_prop: 42 } )
Please consider adding this ability to the program.
The text was updated successfully, but these errors were encountered: