-
Notifications
You must be signed in to change notification settings - Fork 98
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
nestjs 10 support #113
Comments
hey @dalepo any luck? It was working initially and now suddenly stopped working with v10. @ntegral do you have some time looking into that? I do get a bunch of GraphQLError`s with this module now, it complains about all schema entries:
|
also waiting for support, had to bump versions and now not working with nestjs/common version 10 |
hey @liranasia for me it was the missing cli plugin support when using swc with nest 10. I needed to add @field to every entity, arg, input properties and now it works. |
This should be fixed now. However, I strongly recommend switching to @travelerdev/nestjs-sentry since it has a better architecture (graphql separation) and other other fixes. |
No description provided.
The text was updated successfully, but these errors were encountered: