{ "transaction" : true,
"operations" : [
{
"type" : "script",
"language" : "sql",
"script" : [ "let entity = SELECT * FROM Entity WHERE @rid = #15:0 FETCHPLAN *:1",
"let comp = traverse #15:0 from EntityToCompany",
"return [$entity, $comp]" ]
}
]
}