Tue, Jul 21, 2020 How GraphQL Subscriptions Work by Apoorv Vardhan In an application, a frontend client sends requests to a backend server and gets responses. Sometimes, the backend needs to notify the client whenever that response changes: for example, any app that involves notifications. Tags graphql nextjs