Description
gremlin> g.V(). ......1> and( ......2> out().count().is(eq(0)), ......3> __.in().count().is(eq(0)) ......4> ) Index: -1, Size: 2 Type ':help' or ':h' for help. Display stack trace? [yN]
gremlin> g.V(). ......1> and( ......2> out().count().is(eq(0)), ......3> __.in().count().is(eq(0)) ......4> ) Index: -1, Size: 2 Type ':help' or ':h' for help. Display stack trace? [yN]