Find all source vertices? #606
Answered
by
danielcweber
jaufderheide
asked this question in
Q&A
-
Trying to retrieve source vertices from the CosmosDb graph. The Gremlin query is just: g.V().not(inE()) So get all vertices with no incoming edges. Cant figure out what Gremlinq expects inside Not(); its not used in the examples as far as I have found. TIA if anyone can point me in the right direction! Sorry if this is a dumb question; I've been searching without much luck. |
Beta Was this translation helpful? Give feedback.
Answered by
danielcweber
Mar 31, 2022
Replies: 1 comment 1 reply
-
There's tons of usage examples in the unit tests, such as this one. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jaufderheide
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's tons of usage examples in the unit tests, such as this one.