Skip to content

Instantly share code, notes, and snippets.

@okram
Created August 5, 2014 20:40
Show Gist options
  • Save okram/b42a4823af467d4af2a5 to your computer and use it in GitHub Desktop.
Save okram/b42a4823af467d4af2a5 to your computer and use it in GitHub Desktop.
g.V.as('x').both.groupCount('m'){it.value('name')}.jump('x',10).cap('m')
OR
g.V.as('x').both.groupCount{it.value('name')}.as('m').jump('x',10).cap('m')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment