UPDATE
Use UPDATE queries to update data of a User’s Semantic Graph.
Syntax
UPDATE IS:name 'Toto 2' > Person IS:name 'Toto 1'
UPDATE HAS:count '2' > Me DID:Listen Song ID 'ae1f8211-b7eb-4d8e-bb06-cfc240c0f068'
Rules
UPDATEqueries MUST have meta stage modifiers.
Behaviour
UPDATEqueries ONLY modify propertiesUPDATEqueries WILL modify Nodes (with theISkeyword) and Relations (with theHASkeyword) matched by the query stage
Response
UPDATEqueries WILL return Nodes and Relations that have been updated