GraphQL Subscriptions
Long-lived operations where the server pushes a stream of results when server-side events fire, typically over WebSocket (graphql-ws) or SSE; each event runs through the normal resolver pipeline, so subscriptions carry selection sets like queries, not raw event payloads.
This Concept is waiting for its first lesson!
Long-lived operations where the server pushes a stream of results when server-side events fire, typically over WebSocket (graphql-ws) or SSE; each event runs through the normal resolver pipeline, so subscriptions carry selection sets like queries, not raw event payloads.
Are you a teacher? Sign in to start contributing.
Sign In