Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specifiying mongodb find options #85

Open
Timeraa opened this issue Oct 11, 2021 · 2 comments
Open

Allow specifiying mongodb find options #85

Timeraa opened this issue Oct 11, 2021 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Timeraa
Copy link

Timeraa commented Oct 11, 2021

When the DataLoader runs the mongodb query it should allow the user to specify some options like projection as you don't need to cache/fetch fields that you don't use in your queries.

@lolo-io
Copy link

lolo-io commented Feb 22, 2022

I agree. Unfortunately the lack of options makes this datasource implementation too limited for my app.

@Timeraa
Copy link
Author

Timeraa commented Feb 23, 2022

If it helps, I made my own adaption of it here, it includes projection as it's features as well as we highly depend on it.

@lorensr lorensr added enhancement New feature or request help wanted Extra attention is needed labels Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants