If we want to build a real-time application (for example, a chat) it might be useful to have GraphQL subscriptions in our application. Subscriptions maintain an active connection to your GraphQL server (most commonly via WebSocket). This enables your server to p