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 just the id
by
using select
and applying a shape to the returned insert
as a whole: