Subscriptions are a GraphQL feature that allows a server to send data to its clients when a specific event happens. Subscriptions are usually implemented with WebSockets. In that setup, the server maintains a steady connection to its subscribed client.
https://www.linkedin.com/pulse/spring-graphql-part-2-subscriptions-mike-lythgoe/