Skip to content

Commit

Permalink
Update transports.adoc
Browse files Browse the repository at this point in the history
fix `GraphQlWebFluxAutoConfiguration` format in websocket section.
  • Loading branch information
hantsy authored and rstoyanchev committed Jun 25, 2024
1 parent 2354970 commit 1dcc2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-graphql-docs/modules/ROOT/pages/transports.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ but you can add a property for the endpoint path to enable it. Please, review
{spring-boot-ref-docs}/reference/web/spring-graphql.html#web.graphql.transports.http-websocket[Web Endpoints]
in the Boot reference documentation, and the list of supported `spring.graphql.websocket`
{spring-boot-ref-docs}/appendix/application-properties/index.html#appendix.application-properties.web[properties].
You can also look at `GraphQlWebMvcAutoConfiguration` or`GraphQlWebFluxAutoConfiguration`
You can also look at `GraphQlWebMvcAutoConfiguration` or `GraphQlWebFluxAutoConfiguration`
for the actual Boot autoconfig details.

The 1.0.x branch of this repository contains a WebFlux
Expand Down

0 comments on commit 1dcc2dd

Please sign in to comment.