Realtime GraphQL API
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.
Overview
Realtime GraphQL API is a GraphQL API specification published by Realtime on the APIs.io network.
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.
documentation is published at https://spec.graphql.org/October2021/#sec-Subscription.
The specification includes 1 reference link.
Tagged areas include Realtime, WebSocket, WebRTC, Server-Sent Events, and MQTT.
Endpoint
References
- Documentation https://the-guild.dev/graphql/ws