-
Notifications
You must be signed in to change notification settings - Fork 224
Remove unused field selections from BulkOperation GraphQL documents
#6655
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
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
We detected some changes at Caution DO NOT create changesets for features which you do not wish to be included in the public changelog of the next CLI release. |
Coverage report
Show files with reduced coverage 🔻
Test suite run success3402 tests passing in 1384 suites. Report generated by 🧪jest coverage report action from 06c9d9c |
392829a to
c7ae63c
Compare
c9b42e0 to
5270287
Compare
|
This looks great. Thanks for doing this! |
c7ae63c to
f13e8d5
Compare
5270287 to
d3ffc48
Compare
f13e8d5 to
abc93e2
Compare
d3ffc48 to
c8e62d6
Compare
abc93e2 to
06c9d9c
Compare
c8e62d6 to
4c19852
Compare

Adjacent to https://github.com/shop/issues-api-foundations/issues/1093, but not directly related.
WHY are these changes introduced?
I noticed while working on #6595 that we are asking for fields that we don't use in some of our GraphQL mutations. I want us to follow GraphQL best practices so I'm cleaning that up :)
WHAT is this pull request doing?
Clean up the field selections of
bulkOperationRunMutationandbulkOperationRunQuery, so that we don't ask for any fields that we won't actually use.How to test your changes?
All tests pass and all tophat steps from #6595 still work.