Subscriptions
| This is the documentation of the GraphQL Library version 7. For the long-term support (LTS) version 5, refer to GraphQL Library version 5 LTS. | 
GraphQL subscriptions add real-time capabilities to an API by allowing a server to send data to its clients when a specific event happens.
This section covers:
- 
Getting started - How to get started with subscriptions by setting up a basic example. 
- 
Events - How to trigger events when using @neo4j/graphql.
- 
Filtering - How to apply filters to subscriptions. 
Also see Subscriptions authorization in the Security section.