-
Notifications
You must be signed in to change notification settings - Fork 38
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
How to incorporate into NestJS? #56
Comments
I have posted a question on SO with the full details of my set up and why I need to implement this solution. I assume it is somewhat similar to the apollo example, but I'm not sure how to go about it. |
Hi, I did something like this for TypeOrm:
and the usage is like that:
the query:
I'm doing it right now for mongo, In case u need I can share it. |
Hey @fikani Would love to get the MongoDB class |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was wondering if there was a way to integrate this with NestJS? I found myself implementing the features manually until I ran into your project. I tried to translate your code into the way NestJS is implementing their code, but ran into issues. Would very much appreciate any pointers you have.
The text was updated successfully, but these errors were encountered: