Tutorial #4 - Real-time Subscriptions with GraphQL
In this tutorial you will learn how to get real-time updates with subscriptions in Quick. Like queries, subscriptions enable you to fetch data. Unlike queries, they maintain an active connection to your GraphQL server, allowing you to subscribe to a topic and be notified whenever there is new data.
You can find the commands and the schemas used for this tutorial in our quick-examples repository