--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/c04e2996-b967-4c0a-b3ea-c08aba95650b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
g.v(1).bothE.as('x').bothV.retain([g.v(3)]).back('x')
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/43b41340-b318-4a97-8e69-4fddde5e4d65%40googlegroups.com.
g.V().has('name', within('A', 'B')).bothE('AtoB').filter(otherV().hasId(10))To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/2f01f911-29de-40ca-9e84-dd261c94322f%40googlegroups.com.