File tree 1 file changed +6
-4
lines changed
spring-graphql-docs/modules/ROOT/pages
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -110,11 +110,13 @@ https://github.com/enisdenjo/graphql-ws#recipes[recipes] for client use.
110
110
111
111
`GraphQlWebSocketHandler` can be exposed as a WebSocket endpoint by declaring a
112
112
`SimpleUrlHandlerMapping` bean and using it to map the handler to a URL path. By default,
113
- the xref:boot-starter.adoc[Boot Starter] does not expose a GraphQL over WebSocket endpoint, but it's easy to
114
- enable it by adding a property for the endpoint path. Please, see the
113
+ the xref:boot-starter.adoc[Boot Starter] does not expose a GraphQL over WebSocket endpoint,
114
+ but you can add a property for the endpoint path to enable it . Please, review
115
115
{spring-boot-ref-docs}/web.html#web.graphql.transports.http-websocket[Web Endpoints]
116
- section for details, or check the `GraphQlWebMvcAutoConfiguration` or the
117
- `GraphQlWebFluxAutoConfiguration` for the actual Boot starter config.
116
+ in the Boot reference documentation, and the list of supported `spring.graphql.websocket`
117
+ https://docs.spring.io/spring-boot/docs/current/reference/html/application-properties.html#appendix.application-properties.web[properties].
118
+ You can also look at `GraphQlWebMvcAutoConfiguration` or`GraphQlWebFluxAutoConfiguration`
119
+ for the actual Boot autoconfig details.
118
120
119
121
The 1.0.x branch of this repository contains a WebFlux
120
122
{github-10x-branch}/samples/webflux-websocket[WebSocket sample] application.
You can’t perform that action at this time.
0 commit comments