OutE with or condition ie OutE<A>() or OutE<B>() #461
Unanswered
iAmBipinPaul
asked this question in
Q&A
Replies: 1 comment 1 reply
-
How would you write it in pure Gremlin ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let say there is 3 user in the platform
We have to edge like this
how can I write a query that will give me all the three vertex starting form User1?
this will give me all the three vertex starting from .
User1, User2 , User3
if I will write this query in this way it will only return me
User2 and User3 but not `User1
is there anyway that I can say
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions