Fork me on GitHub
#pathom
<
2019-12-20
>
Vincent Cantin16:12:46

hello, I did not fully understand the syntax for recursive queries. I saw to-where the queries should recurse via "...", but I did not see the from-where.

Vincent Cantin16:12:48

does it mean that the from-where is always the root of the query ?

wilkerlucio16:12:43

@vincent.cantin the recursion is always on the same level (parent), like datomic pull syntax, makes sense?