cayleygraph / cayleygraph/cayley
Easier Way to Get Full Quads in Results
Open
enhancement
- Dominant language
- Go
- Stars
- 15.1k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
If I want to get all information from a query, I have to write something like this:
`graph.Vertex("","").Tag("1").Out(["","\u003c/film/film/directed_by\u003e"], "1out2").Tag("2").Out("", "2out3").Tag("3").All();`
It would be nice if there were some way to get all the quads related to the query, so that I could make a query like this:
`graph.Vertex("",).Out("\u003c//film/film/directed_by\u003e").All().Quads();`
Contributor guide
Assessment
This issue has not been assessed yet.