Streaming GraphQL API
The GraphQL operation type for receiving a stream of updates over a long-lived transport (typically WebSocket via the graphql-ws or graphql-transport-ws sub-protocols, or SSE). Used to push schema- defined deltas to clients.
Overview
Streaming GraphQL API is a GraphQL API specification published by Streaming on the APIs.io network.
The GraphQL operation type for receiving a stream of updates over a long-lived transport (typically WebSocket via the graphql-ws or graphql-transport-ws sub-protocols, or SSE). Used to push schema- defined deltas to clients.
documentation is published at https://spec.graphql.org/draft/#sec-Subscription.
The specification includes 2 reference links.
Tagged areas include Streaming, Real Time, Event Streaming, Change Data Capture, and Stream Processing.
Endpoint
References
- Documentation https://spec.graphql.org/draft/#sec-Subscription
- Documentation https://github.com/enisdenjo/graphql-ws