GraphQL Subscriptions

A GraphQL operation type that delivers realtime updates to clients, typically carried over WebSocket using the graphql-ws or legacy graphql-transport-ws protocol, or over SSE using the GraphQL-SSE protocol. Subscriptions are supported by Apollo, Hasura, AWS AppSync, and most production GraphQL servers.

API entry from apis.yml

apis.yml Raw ↑
aid: realtime:graphql-subscriptions
name: GraphQL Subscriptions
description: A GraphQL operation type that delivers realtime updates to clients, typically carried over
  WebSocket using the graphql-ws or legacy graphql-transport-ws protocol, or over SSE using the GraphQL-SSE
  protocol. Subscriptions are supported by Apollo, Hasura, AWS AppSync, and most production GraphQL servers.
humanURL: https://spec.graphql.org/October2021/#sec-Subscription
tags:
- GraphQL
- Subscriptions
- Realtime
- WebSocket
properties:
- type: Specification
  url: https://spec.graphql.org/October2021/#sec-Subscription
- type: Documentation
  url: https://the-guild.dev/graphql/ws