I get that I will receive back those fields in my application - not a 
problem.  However, accessing fields from a JSON parameter object *within a 
function *is where I am having trouble.
It may help if I explain what I want to do.

I don't want to pollute my client-side with details of the database 
operations, so I want to be able to pass parameters like this:
{"from_rid": "the rid","to_rid": "the rid", "edge_type": "type of edge to 
create","edge_properties":{"property":"value", . . .}}

Then, at the Orient end, I want the function to unpack that and create the 
appropriate edge

-- 

--- 
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