g.V().not(__.until(__.has("name", "John")).repeat(__.out("parent")))
and am getting a syntax error:
The method repeat(Traversal<?,Object>) in the type GraphTraversal<Object,Object> is not applicable for the arguments (GraphTraversal<Vertex,Vertex>). Any one out there using the Java DSL that can help me tweak this one?
Thanks,
JT
Type mismatch: cannot convert from GraphTraversal<Vertex,Vertex> to GraphTraversal<Vertex,Object>
on this statement:
GraphTraversal<Vertex,Object> rt = __.out("parent");
Any suggestion?
Thanks,
JT
--
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/67e13459-46d2-4fed-b557-4416b402b280n%40googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/CAD7qnB6YM%3DG7T9BoAMZMshpNgPcOnFW6sSXchd6wA0a%2Bu8Q%3Dvw%40mail.gmail.com.