Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Update to apollo client 0.4.0 #105

Merged
merged 4 commits into from
Jul 12, 2016
Merged

Conversation

stubailo
Copy link
Contributor

A few hacks we should fixe before merging

return false;
} else if (oldQueries) {
// unsubscribe from previous queries
this.unsubcribeAllQueries();
}

if (isObject(queryHandles) && Object.keys(queryHandles).length) {
this.queryHandles = queryHandles;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I know, this line was not correct - it was assigning query options to the same object we use to hold the observables/handles/subscriptions.

@jbaxleyiii
Copy link
Contributor

@stubailo thank you so much for doing this!

@stubailo stubailo changed the title [WIP] Update to apollo client 0.4.0 Update to apollo client 0.4.0 Jul 12, 2016
@stubailo
Copy link
Contributor Author

@jbaxleyiii I think it's ready to merge as soon as you have time to look it over!

@stubailo stubailo merged commit 57d280f into master Jul 12, 2016
@zol zol removed the in progress label Jul 12, 2016
@jbaxleyiii jbaxleyiii deleted the update-to-apollo-client-0.4.0 branch September 9, 2016 00:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants