Skip to content

Instantly share code, notes, and snippets.

@ssullivan
Created February 6, 2020 01:47
Show Gist options
  • Select an option

  • Save ssullivan/61945b13ab04206f79b100b21cb68d0e to your computer and use it in GitHub Desktop.

Select an option

Save ssullivan/61945b13ab04206f79b100b21cb68d0e to your computer and use it in GitHub Desktop.
DotNet Gremlin Get InVertex/OutVertex/Edge
var x = g.V(new []{1, 2, 3}).BothE().OtherV().Path().By(__.ValueMap<object, Path>(true)).Range<Path>(0, 10).ToList();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment