A step-by-step guide to implementing GraphQL subscriptions in Java and Spring Boot, with a working example — Subscriptions are for sure one of the more interesting GraphQL features, as they invert the traditional flow of client-server communication: Instead of a client asking for some data, you have a server that can send data to the client anytime, as soon as they’re available. …