-
Notifications
You must be signed in to change notification settings - Fork 825
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
fix: separate out subscription errors from field level resolver generation #9671
fix: separate out subscription errors from field level resolver generation #9671
Conversation
packages/amplify-cli/src/extensions/amplify-helpers/auth-notifications.ts
Outdated
Show resolved
Hide resolved
packages/amplify-cli/src/extensions/amplify-helpers/auth-notifications.ts
Show resolved
Hide resolved
packages/amplify-cli/src/extensions/amplify-helpers/auth-notifications.ts
Outdated
Show resolved
Hide resolved
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.
lgtm aside from potential scenario with no @model
in schema
packages/amplify-cli/src/extensions/amplify-helpers/auth-notifications.ts
Outdated
Show resolved
Hide resolved
packages/amplify-cli/src/extensions/amplify-helpers/auth-notifications.ts
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #9671 +/- ##
==========================================
- Coverage 52.93% 52.90% -0.04%
==========================================
Files 829 830 +1
Lines 45865 45948 +83
Branches 9789 9812 +23
==========================================
+ Hits 24279 24308 +29
- Misses 19581 19628 +47
- Partials 2005 2012 +7
Continue to review full report at Codecov.
|
dda5cf2
to
90394e9
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.
LGTM
packages/amplify-cli/src/extensions/amplify-helpers/auth-notifications.ts
Outdated
Show resolved
Hide resolved
packages/amplify-cli/src/extensions/amplify-helpers/auth-notifications.ts
Show resolved
Hide resolved
90394e9
to
720b434
Compare
This pull request introduces 1 alert when merging 720b434 into ff70827 - view on LGTM.com new alerts:
|
720b434
to
767cd4c
Compare
This pull request introduces 1 alert when merging 767cd4c into ff70827 - view on LGTM.com new alerts:
|
👋 Hi, this pull request was referenced in the v7.6.15 release! Check out the release notes here https://github.com/aws-amplify/amplify-cli/releases/tag/v7.6.15. |
Description of changes
This pull requests separates out generation of field-level resolvers from checking for errors on types with subscriptions configured.
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.