Hello!

How to use fetchPlan in the batch request via Rest api?

{ "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]" ]
    }
  ]
}


In this query I get only rid links records.
In the documentation i not found how to pass fetchPlan for batch query.

-- 

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

Reply via email to