Out of curiosity, when using a bounded recursive query, is there a way to know if the query's result was bounded ?
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
do you have any use cases in mind for it?
No use case, just wondering.