Michal Mocnak
Results
2
comments of
Michal Mocnak
fetch_links feature is missing in this implementation unfortunately! If you have a query where you are searching through nested links you have the have fetch_links=True in the very latest find_many...
It can be done like this ```python async def paginate( query: Union[TDocument, FindMany[TDocument]], params: Optional[AbstractParams] = None, *, additional_data: AdditionalData = None, fetch_links: bool = False ) -> AbstractPage[TDocument]: params,...