EdgeQL Tutorial

Insert

Subtopics

You may have noticed that when you run an INSERT command, some data is returned as the result. Every INSERT is also a query that returns the object that was just inserted along with its "id". It is possible to get more than that by applying a shape to the INSERT as a whole:

Input
Run
Output
Press the 'Run' button to evaluate the input