Hello,

I'm trying to create *both* the vertices record and link it to another with 
an edge:

INSERT {
    _from: "Program/25048"
    _to: CONCAT("Process/",
        INSERT {
        name: "Child",
        description: "testing parent"
        } IN Process RETURN TO_NUMBER(NEW._key))
} IN edgeProgProc

in one transaction commit. I'm returning the document handle of the inside 
insert. "Program/25048" is an existing record in "Program".

Is this possible?

Thank you / Danke!

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to arangodb+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to