-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat(graphql): migrate to type-graphql 2.0.0-rc.2 #11418
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
base: master
Are you sure you want to change the base?
feat(graphql): migrate to type-graphql 2.0.0-rc.2 #11418
Conversation
2ee0850 to
0a104fb
Compare
Pull Request Test Coverage Report for Build 21503617287Details
💛 - Coveralls |
0a104fb to
4f9291c
Compare
Signed-off-by: Leonty Chudinov <[email protected]>
4f9291c to
0885dfe
Compare
|
Hi @dhmlau, Could you please review this PR? |
dhmlau
left a comment
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.
@lchudinov, thanks for the PR. The changes look reasonable to me. I'm not familiar with this extension, so it would be ideal to have at least one more review before we land this PR.
Also, I have a question about one file. Thanks.
| @@ -1,6 +1,6 @@ | |||
| // Copyright IBM Corp. 2020. All Rights Reserved. | |||
| // Copyright ACME Inc. 2020,2026. All Rights Reserved. | |||
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.
Do we need this change? Is it generated?
[graphql] Migrate GraphQL Extension to type-graphql v2.0.0-rc.2
The GraphQL extension currently uses
type-graphqlversion2.0.0-beta.2.This PR migrates the extension to the latest release candidate,
2.0.0-rc.2.Checklist
npm testpasses on your machineexamples/*were updated