1 Guides

subscriptions

Introduction to GraphQL Subscriptions

GraphQL Subscriptions provide a way to fetch data from the server in real-time. A subscription is a continuously living request that pushes data to the client whenever a specific event happens.