Node class contains a property 'OutLinks' of type list. How to update list entries of a particular node instance I am using rest api. REST URI is http://x.x.x.x.:2480/command/xxx/sql Post body contains update Node set OutLinks = List(#12:1,#12:0) where @rid=#11:0 With this command, existing entries get replaced. Is there a way to insert/append/delete list
Use the SQL UPDATE command, like:
update #11:0 add OutLinks = #12:0
update #11:0 remove OutLinks = #12:0
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With