ra0o0f / arangoclient.net

ArangoDB .NET Client with LINQ support
Apache License 2.0
99 stars 37 forks source link

Traversing between vertices of different types #108

Closed meddyrainzo closed 6 years ago

meddyrainzo commented 6 years ago

Suppose I have a graph like this: User -creates-> Post, how do I write a traverse query to go from user to post. From what I can see from the examples, you can only traverse between vertices of the same type but maybe I missed something.

meddyrainzo commented 6 years ago

I actually studied the driver a lot more and found out I could do this with database.CreateStatement. Closing this as it is not actually an issue but a question.