-
-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Description
Currently INSERT and CREATE VERTEX support an array of JSON documents as CONTENT. It would be useful to have UPDATE also support arrays of JSON documents, so one could do:
CREATE DOCUMENT TYPE doc;
UPDATE doc CONTENT [{"name":"tim"},{"name":"tom"},{"name":"jim"}] UPSERT
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request