Skip to content

Instantly share code, notes, and snippets.

@spmallette
Created January 30, 2023 23:50
Show Gist options
  • Save spmallette/a3d80474ea38cb63478d97854e77ce4d to your computer and use it in GitHub Desktop.
Save spmallette/a3d80474ea38cb63478d97854e77ce4d to your computer and use it in GitHub Desktop.
gremlin> import org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertex
==>...
gremlin> g.V().is(new DetachedVertex(1,'person',[:]))
==>v[1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment