Fork me on GitHub
#pathom
<
2021-01-14
>
Vincent Cantin12:01:37

Out of curiosity, when using a bounded recursive query, is there a way to know if the query's result was bounded ?

wilkerlucio15:01:25

not really, you can try to infer from the results, but you can't be sure if its done because there is no more data, or if was capped by Pathom

wilkerlucio15:01:47

do you have any use cases in mind for it?

Vincent Cantin15:01:19

No use case, just wondering.