-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat: @nestjs/graphql optionalDependencies #84
Conversation
Pull Request Test Coverage Report for Build 182115833
💛 - Coveralls |
d4c5d14
to
2707d54
Compare
2707d54
to
e994864
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
It would be nice if we would have tests to cover this. But I'm guessing it would be hard to write them?
if (!GqlArgumentsHost) | ||
return this.captureException(scope, exception); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if (!GqlArgumentsHost) | |
return this.captureException(scope, exception); |
If you don't use @nestjs/graphql
, we don't come under this condition. 🤔 💭
e994864
to
66b1ac0
Compare
@@ -9,7 +9,7 @@ | |||
"build": "rm -rf dist && tsc -p tsconfig.build.json", | |||
"format": "prettier \"{example,lib,test}/**/*.ts\" --write", | |||
"lint": "prettier \"{example,lib,test}/**/*.ts\" --check", | |||
"prepublish": "npm run build", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are deprecated.
npm WARN prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only.
npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information.
closes #58
optional
@nestjs/graphql
modules