You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# endpoint path is concatenated with the main path, so "/graphql/schema" by default
@@ -147,7 +148,7 @@ You can contribute `RuntimeWiringCustomizer` beans to the context in order to co
147
148
148
149
=== WebSocket support
149
150
150
-
This project also supports WebSocket as a transport for GraphQL requests - you can use it to build [`Subscription` queries](http://spec.graphql.org/draft/#sec-Subscription).
151
+
This project also supports WebSocket as a transport for GraphQL requests - you can use it to build http://spec.graphql.org/draft/#sec-Subscription[`Subscription` queries].
151
152
This use case is powered by Reactor `Flux`, check out the `samples/webflux-websocket` sample application for more.
152
153
153
154
To enable this support, you need to configure the `spring.graphql.websocket.path` property in your application
@@ -275,4 +276,6 @@ You can run them by cloning this repository and typing on the command line:
0 commit comments