spring-projects / spring-graphql

Spring Integration for GraphQL
https://spring.io/projects/spring-graphql
Apache License 2.0
1.52k stars 300 forks source link

Example Subscription over Websocket is absent #942

Closed bostandyksoft closed 6 months ago

bostandyksoft commented 6 months ago

Following part of documentation https://docs.spring.io/spring-graphql/docs/1.0.6/reference/html/#server-websocket have a link to example. But example is absent

bclozel commented 6 months ago

The example lives in the 1.0.x branch: https://github.com/spring-projects/spring-graphql/tree/1.0.x/samples/webflux-websocket

We'll use this issue to fix the link in our documentation.

bclozel commented 6 months ago

Actually, the reference documentation already contains the correct link to the sample. Spring for GraphQL 1.0.x is out of OSS support so we won't be publishing a new 1.0.x version with its documentation.