Subscriptions-transport-ws: 0.9.0 requires apollo-client beta?

Created on 17 Sep 2017  路  4Comments  路  Source: apollographql/subscriptions-transport-ws

0.9.0 changes the signature of SubscriptionClient to be an apollo-link (as far as I understand?). This breaks compatability with Apollo Client<2.0.0 (which is only in beta at this moment) if we want to use full ws transport. Is this correct?

Most helpful comment

I鈥檒l take care of the missing documentation soon guys

All 4 comments

I believe that's correct. From what I could see, ApolloClient before version 2 requires a network interface with functions (e.g. query) that have been removed since 0.9.0.

Cool, that's what I gathered as well. That means 0.9.0 is not really usable until Apollo Client 2 gets released.

Might be good to note that in the changelog :)

Yea, seems like a pretty breaking change

I鈥檒l take care of the missing documentation soon guys

Was this page helpful?
0 / 5 - 0 ratings

Related issues

corysimmons picture corysimmons  路  5Comments

nickofthyme picture nickofthyme  路  3Comments

mjasnikovs picture mjasnikovs  路  5Comments

PetrSnobelt picture PetrSnobelt  路  3Comments

AruXc picture AruXc  路  3Comments