You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So filtering the Edge with a Where clause gives you the Edge and then you can use InV() or OutV() methods to filter the vertex IDs coming in or going out.
In your case, I guess you should be able to use the InV().Properties() approach to get a list of IDs, probably need to Fold() as well.
Uh oh!
There was an error while loading. Please reload this page.
I'd like to get the id's of the nodes connected by an edge - just by calling g.E().hasLabel('someLabel'). Is that possible?
The text was updated successfully, but these errors were encountered: