-
Notifications
You must be signed in to change notification settings - Fork 822
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: gql compiler fix for user defined mutation #6059
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6059 +/- ##
==========================================
+ Coverage 56.45% 56.47% +0.01%
==========================================
Files 430 430
Lines 21138 21147 +9
Branches 4237 4241 +4
==========================================
+ Hits 11933 11942 +9
Misses 8392 8392
Partials 813 813
Continue to review full report at Codecov.
|
Raised a pR for docs repo for FF : aws-amplify/docs#2897 |
packages/graphql-key-transformer/src/__tests__/KeyTransformer.test.ts
Outdated
Show resolved
Hide resolved
packages/graphql-key-transformer/src/__tests__/KeyTransformer.test.ts
Outdated
Show resolved
Hide resolved
This pull request has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
*Issue #5715
Description of changes:
Added a check @key to skip updating Input types when user defined input in mutation
Added a FF : skipOverrideMutationInputTypes to skip changes in existing projects
added unit tests for the same
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.