Recursive Queries

Hey @mandolyte

We don’t support it yet. So, Just to understand the use case, You’d like to expand a predicate N times given the starting node right?

Something like

{
 me(id: <start>) {
  has @repeat(10) # Traverse "has" 10 levels deep.
 }
}
2 Likes