Hello neo4j,
I'm trying to run via the gremlin server plugin a query like:
m=[:];n.outE.inV.inE.outV.groupCount(m);m.sort{a,b -> b.value <=>
a.value}; m;This doesn't output anything. I tried m.keySet() and that doesn't return anything either. Any ideas how I could make this work? -m. _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

