-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Feedback from open incremental PRs #13010
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
🦋 Changeset detectedLatest commit: 1ac6272 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 |
commit: |
| extensions: { | ||
| code: "INCREMENTAL_ERROR", | ||
| }, | ||
| path: ["foo", "bar"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ohh, so errors come in with a complete path, not with a sub-path. I hadn't been aware of that - that makes this a lot easier to handle than I feared!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep! Thankfully we don't have to concatenate paths at all 🙂
9aba88a to
2ad6c0d
Compare
aed023f to
08c016e
Compare
258f31f to
914591e
Compare
✅ Docs preview readyThe preview is ready to be viewed. View the preview File Changes 0 new, 5 changed, 0 removedBuild ID: 66bc84a62e78aeebd96ce5c2 URL: https://www.apollographql.com/docs/deploy-preview/66bc84a62e78aeebd96ce5c2 |
Addresses feedback from
@streamand incremental delivery PRs. Also addresses a few issues with the existing implementation. See changesets for more details on the fixed bugs.