Files
spring-graphql/samples/webflux-websocket
Rossen Stoyanchev 20bae75ed8 Add WebSocketInterceptor
See gh-162
2021-10-20 21:21:31 +01:00
..
2021-10-20 21:21:31 +01:00
2021-08-31 07:44:10 +01:00

GraphQL WebSocket Endpoint with Spring WebFlux

  • Data Controller with reactive methods for queries and subscriptions.
  • WebFilter to insert Reactor Context and check it can be accessed in DataRepository.
  • Subscription tests using Reactor's StepVerifier to verify the stream.

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