Skip to content

Latest commit

 

History

History
288 lines (218 loc) · 7.88 KB

File metadata and controls

288 lines (218 loc) · 7.88 KB
title
Subscriptions

The subscription type in GraphQL is used to add real-time capabilities to our applications. Clients can subscribe to events and receive the event data in real-time, as soon as the server publishes it.