-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 unknown fragment errors on save #1964
Conversation
🦋 Changeset detectedLatest commit: b75ac02 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
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 |
Hmm thanks! I will have to check into the history of these function signatures and see why the legacy relay compat mode was originally inverted there, but if it seems to fix the issue that’s good. You’ve tested this fix locally? |
Codecov Report
@@ Coverage Diff @@
## main #1964 +/- ##
==========================================
+ Coverage 65.70% 66.45% +0.74%
==========================================
Files 85 86 +1
Lines 5106 5142 +36
Branches 1631 1639 +8
==========================================
+ Hits 3355 3417 +62
+ Misses 1747 1721 -26
Partials 4 4
Continue to review full report at Codecov.
|
I've tested locally and it fixes the issue, but I haven't tested the relay compat mode (I'm not sure how to). I git blamed this line and this is when it was introduced 5d073d2 but I can't find any PR associated with it. |
@patrickszmucer awesome to hear! the relay compat mode is for ancient relay 1 legacy support, I would consider it mostly deprecated and would be removed in the future. |
@patrickszmucer are you able to sign the CLA? you only need to do it once for any Linux Foundation or GraphQL Foundation project :) |
@acao apologies for the delay here - I'll have the CLA signed soon |
@acao done! Again, sorry for the delay from my side. |
np! @patrickszmucer really appreciate this! |
I can add a changeset, oops forgot to mention that as well |
Fixes #1963