GraphQL: real-time subscriptions
When to use
Use this skill for real-time subscriptions in GraphQL. This skill specifically handles real-time subscriptions and nothing else in the GraphQL family.
Procedure
Implement subscriptions over WebSockets with a pub/sub backend so clients receive live updates.
Notes
This is the GraphQL skill dedicated to real-time subscriptions. Sibling skills cover other GraphQL capabilities; this one is the right choice only when the task is about real-time subscriptions.