Skip to content

Commit 6d16abb

Browse files
author
Samuel Vazquez
committed
chore: update docs
1 parent 4fc740d commit 6d16abb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

website/docs/server/spring-server/spring-beans.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Many of the beans are conditionally created and the default behavior can be cust
1212
| DataFetcherExceptionHandler | GraphQL exception handler used from the various execution strategies, defaults to [SimpleDataFetcherExceptionHandler](https://www.graphql-java.com/documentation/v16/execution/) from graphql-java. |
1313
| KotlinDataFetcherFactoryProvider | Factory used during schema construction to obtain `DataFetcherFactory` that should be used for target function (using Spring aware `SpringDataFetcher`) and property resolution. |
1414
| KotlinDataLoader (optional) | Any number of beans created that implement `KotlinDataLoader`. See [Data Loaders](../data-loader/data-loader.md) for more details. |
15-
| KotlinDataLoaderRegistryFactory | A factory class that creates a `KotlinDataLoaderRegistry` of all the `KotlinDataLoaders`. Defaults to empty registry. |
15+
| KotlinDataLoaderRegistryFactory | A factory class that creates a `DataLoaderRegistry` of all the `KotlinDataLoaders`. Defaults to empty registry. |
1616

1717
## Non-Federated Schema
1818

@@ -67,11 +67,11 @@ _Created only if the `Subscription` marker interface is used_
6767

6868
:::
6969

70-
| Bean | Description |
71-
|:----------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
72-
| FlowSubscriptionSchemaGeneratorHooks | Schema generator hooks that provide support for using `Flow` in your subscriptions |
73-
| WebSocketHandlerAdapter | Spring class for handling web socket http requests. See [Spring documentation](https://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/web/reactive/socket/server/support/WebSocketHandlerAdapter.html) |
74-
| HandlerMapping | Maps websocket URL to the corresponding web socket handler |
70+
| Bean | Description |
71+
|:-------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
72+
| FlowSubscriptionSchemaGeneratorHooks | Schema generator hooks that provide support for using `Flow` in your subscriptions |
73+
| WebSocketHandlerAdapter | Spring class for handling web socket http requests. See [Spring documentation](https://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/web/reactive/socket/server/support/WebSocketHandlerAdapter.html) |
74+
| HandlerMapping | Maps websocket URL to the corresponding web socket handler |
7575

7676
### graphql-transport-ws
7777

0 commit comments

Comments
 (0)