Tiago Rangel de Sousablog.tiagorangel.com·Feb 15, 2023Getting started with graphQL subscriptionsGraphQL is a powerful and flexible query language for APIs that allows clients to specify exactly what data they need. One of the lesser-known features of GraphQL is subscriptions, which allow for real-time updates to be pushed from the server to the...30 readsWebsockets and real-time communicationGraphQL