GraphQL Subscriptions

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.

API entry from apis.yml

apis.yml Raw ↑
aid: streaming:graphql-subscriptions
name: GraphQL Subscriptions
description: 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.
humanURL: https://spec.graphql.org/draft/#sec-Subscription
tags:
- Streaming
- GraphQL
- Standard
properties:
- type: Documentation
  url: https://spec.graphql.org/draft/#sec-Subscription
- type: Documentation
  url: https://github.com/enisdenjo/graphql-ws