September 12, 2016
GraphQL Subscriptions in Apollo Client
In the last few months, we’ve implemented a lot of exciting features in Apollo Client, including pagination and infinite scrolling, optimistic UI, and query batching. Today we’re adding another one: GraphQL subscriptions! In this post, we’ll explain the design and implementation in detail, but if you just want to see the code scroll to the end for links to […]