-
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
Move methods to observable (Issue #194) #362
Conversation
|
@@ -3,6 +3,7 @@ | |||
Expect active development and potentially significant breaking changes in the `0.x` track. We'll try to be diligent about releasing a `1.0` version in a timely fashion (ideally within 3 to 6 months), to signal the start of a more stable API. | |||
|
|||
### vNEXT | |||
- moved refetch(), startPolling(), and stopPolling() methods from QuerySubscription to ObservableQuery [Issue #194] [PR #362] |
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.
Can we add the links to the issue/PR? It's a bit verbose but it's really helpful to be able to click on them.
Looks great so far, just a few comments. The current implementation works well but I think we should reorganize a few things before merging. |
Since this is also a breaking change, maybe we should release with the error handling change? |
Agreed! |
fd1750f
to
2685c38
Compare
2685c38
to
5fc2545
Compare
Methods moved to an observable apollographql/apollo-client#362
TODO: