January 2019
Intermediate to advanced
460 pages
10h 33m
English
When we started implementing Apollo in our stack, I explained how to set it up manually. As an alternative, there is the apollo-boost package, which does this for you automatically. We have now reached a point where this package cannot be used anymore since subscriptions are an advanced feature that isn't supported. If you rely on the apollo-boost package, take a look at Chapter 4, Integrating React into the Back end with Apollo, to see how to switch to a manual setup.
The first step is to install all the required packages to get GraphQL subscriptions ...
Read now
Unlock full access