Files
spring-graphql/samples/webflux-websocket
rstoyanchev c43a444c78 Refactor use of sinks in WebSocketGraphQlTransport
Replace use of Sinks which does not deal with concurrent sending and
use MonoSink and FluxSink instead.

Closes gh-388
2022-05-13 13:59:39 +01:00
..
2022-04-11 17:27:05 +01:00

GraphQL WebSocket Endpoint with Spring WebFlux

GraphiQL does not support subscriptions. There is a basic index.html page that logs subscriptions the console.