Skip to content

Instantly share code, notes, and snippets.

@spmallette
Created August 9, 2019 13:07
Show Gist options
  • Select an option

  • Save spmallette/42850c91039fc95ca84d410cad8a8228 to your computer and use it in GitHub Desktop.

Select an option

Save spmallette/42850c91039fc95ca84d410cad8a8228 to your computer and use it in GitHub Desktop.
g.V().bothE().limit(1).otherV().
path().
by(valueMap(true)).
by(union(valueMap(true),
project('inV','outV','inVLabel','outVLabel').
by(inV().id()).
by(outV().id()).
by(inV().label()).
by(outV().label())).unfold().
group().
by(keys).
by(select(values)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment