GraphQL and Websockets — Hey, guys! In this article, we are going to talk about using subscriptions in an Apollo-GraphQL client. Subscriptions are generally used to update the client in real-time rather than requesting the same GET call over and over again. To implement a subscription in a React app, we have to complete…