Fix broken pagination in response for simple product creation#6305
Fix broken pagination in response for simple product creation#6305witoszekdev merged 2 commits intomainfrom
Conversation
🦋 Changeset detectedLatest commit: af9d35c The changes in this PR will be included in the next version bump. 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 |
There was a problem hiding this comment.
Pull request overview
This PR fixes a bug where pagination parameters were missing when creating simple product variants, which would cause incomplete data to be returned for attribute choices.
Changes:
- Added
firstValues: VALUES_PAGINATE_BYparameter to the variant creation mutation variables for simple products - Imported
VALUES_PAGINATE_BYconstant from config
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6305 +/- ##
=========================================
Coverage 42.58% 42.58%
=========================================
Files 2497 2497
Lines 43376 43376
Branches 10250 10233 -17
=========================================
Hits 18470 18470
- Misses 23581 24869 +1288
+ Partials 1325 37 -1288 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.