Remove unused GraphQL operations#6687
Conversation
Remove operations with no usages across the codebase: - GiftCardProductsCount query (giftCards) - GridWarehouses query (products) - BulkDeleteShippingRate mutation (shipping) - UserPassowrdChange mutation (staff) - SetRefundReasonType + ClearRefundReasonType mutations (refundsSettings, deleting the now-empty mutations.ts) Regenerated GraphQL types/hooks accordingly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6687 +/- ##
========================================
Coverage 51.58% 51.59%
========================================
Files 2835 2835
Lines 51003 51003
Branches 12072 12072
========================================
+ Hits 26311 26316 +5
- Misses 23386 24282 +896
+ Partials 1306 405 -901
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Remove operations with no usages across the codebase:
Regenerated GraphQL types/hooks accordingly.
Scope of the change