Streaming · GraphQL Specification

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.

Documentation Endpoint View on GitHub StreamingReal TimeEvent StreamingChange Data CaptureStream ProcessingServer Sent EventsWebSocketgRPCGraphQL SubscriptionsKafkaPulsarKinesisFlinkGraphQL

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

Back to Streaming · All GraphQL Specs · GitHub