-
Notifications
You must be signed in to change notification settings - Fork 2.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
Remove data property from fetchMore result #1416
Conversation
Thanks for the PR @cesarsolorzano! I think this is the right thing to do. It probably won't break anything, but we'll have to note it as a breaking change in the changelog because it affects the external API. Can you add a changelog entry please? |
Yeah - everyone using fetchMore will have to change their code for this right? We should make sure we write a good migration guide to 1.0 |
@helfer done! |
This looks great @cesarsolorzano, thanks a lot! 👍 I will merge it later today 🙂 |
@@ -4,6 +4,7 @@ Expect active development and potentially significant breaking changes in the `0 | |||
|
|||
### vNEXT | |||
- Fix: Update TypeScript Middleware and Afterware interfaces to include a datatype for 'this' in apply function. [PR #1372](https://github.com/apollographql/apollo-client/pull/1372) | |||
- Breaking: Remove data property from fetchMore result [PR #1416](https://github.com/apollographql/apollo-client/pull/1416) |
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.
Afaict this changelog item did not make it into https://github.com/apollographql/react-apollo/blob/master/Changelog.md which caused me a great deal of confusion on upgrade.
This patch fix issue #1384
TODO: