You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the crown jewel: replace the WebSocket-based activity feed with a GraphQL Subscription (subscription { newStarEvent }). Now your real-time feature is expressed cleanly in GraphQL, using the same transport.
This is the crown jewel: replace the WebSocket-based activity feed with a GraphQL Subscription (
subscription { newStarEvent }). Now your real-time feature is expressed cleanly in GraphQL, using the same transport.