laravel-arangodb
laravel-arangodb copied to clipboard
Add graph statements?
See if and how we can add an easy to use graph clause to the query builder. Including collection/graph selection, directions, depth, pruning etc.
What would be a good api? I'm thinking of adding in a similar way as joins are created in the query builder. That should let us isolate most graph specific methods.