Details
Description
There doesn't seem to be a method to do what we do in Java fairly often:
attached = g.V().hasLabel('OID').out('attached') assert attached.clone().count().next() == 4 uids = attached.clone().dedup().toList()
Attachments
Issue Links
- links to