-
Notifications
You must be signed in to change notification settings - Fork 2.2k
fix: update surcharge mutation will send the whole item #6569
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: update surcharge mutation will send the whole item #6569
Conversation
🦋 Changeset detectedLatest commit: 135c54e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@delagroove Please review the changes, Thanks! |
Hi @sushmitha-malae, can you sign-off your commits? |
@sushmitha-malae You have failing tests here |
…lae/reaction into fix-updateSurcharge
This reverts commit 9d6b5a6.
Signed-off-by: Sushmitha Malae <malaesushmitha@gmail.com> Signed-off-by: m_sushmitha <m_sushmitha@intuit.com>
having some problem with the sign off on the commits, raised duplicate PR. Closing this. |
Signed-off-by: Sushmitha Malae malaesushmitha@gmail.com
Resolves #6508
Impact: minor
Type: bugfix
Issue
The updateSurcharge Mutation will only return the updated fields instead of returning the full item from db
Solution
Returning the updated full document instead of the partially updated fields.
Breaking changes
None
Testing
Modified the existing utc, to test the change.
More detail for what each of these sections should include are available in our Contributing Docs. This project uses semantic-release, please use their commit message format..