Skip to content

Commit

Permalink
Merge pull request #31518 from sonallux
Browse files Browse the repository at this point in the history
* pr/31518:
  Fix typo

Closes gh-31518
  • Loading branch information
snicoll committed Jul 13, 2022
2 parents 3e4a570 + 6afd041 commit c41a41f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -86,7 +86,7 @@ are detected by Spring Boot and considered as candidates for `DataFetcher` for m
The GraphQL HTTP endpoint is at HTTP POST "/graphql" by default.
The path can be customized with configprop:spring.graphql.path[].

TIP: The HTTP endpoint for both Spring MVC and Spring WebFlux is provided by a `RouterFunction` bean with an `@Order` or `0`.
TIP: The HTTP endpoint for both Spring MVC and Spring WebFlux is provided by a `RouterFunction` bean with an `@Order` of `0`.
If you define your own `RouterFunction` beans, you may want to add appropriate `@Order` annotations to ensure that they are sorted correctly.

The GraphQL WebSocket endpoint is off by default. To enable it:
Expand Down

0 comments on commit c41a41f

Please sign in to comment.