Replies: 1 comment
-
It is not possible currently, but this sounds reasonable. I'll add this feature. Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Example:
Using ModelA.fetch_all_links() it will return all models without DBRef. But I want exclude some models to haven't their links fetched. In my case, I want to remove fetch_links of some models inside a list. Something like that:
ModelA.fetch_SPECIFIC_links(ModelB, ModelC, ModelE) # excluding ModelD from fetch
I know Beanie have
fetch_link
, but I want fetch all except a few links of my documents. It's possible?Beta Was this translation helpful? Give feedback.
All reactions