Created
January 30, 2023 23:50
-
-
Save spmallette/a3d80474ea38cb63478d97854e77ce4d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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