Is there a way to include a property filter using the in()/out() constructs like this:
select in('myEdge') from myVertex
without reverting to the old(er) in.out construct like this:
select in_myEdge[myProperty=true].out from myVertex
???
--
---
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.
