Open Isabaellchen opened 7 years ago
There is an error in the docs. Try these instead:
g.V(pluto).out('brother').as('god').out('lives').as('place').select('god', 'place')
g.V(pluto).out('brother').as('god').out('lives').as('place').select('god', 'place').by('name')
It seems that titan does not know which select method to use: