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
Copy file name to clipboardExpand all lines: website/docs/server/spring-server/spring-beans.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Many of the beans are conditionally created and the default behavior can be cust
12
12
| DataFetcherExceptionHandler | GraphQL exception handler used from the various execution strategies, defaults to [SimpleDataFetcherExceptionHandler](https://www.graphql-java.com/documentation/v16/execution/) from graphql-java. |
13
13
| KotlinDataFetcherFactoryProvider | Factory used during schema construction to obtain `DataFetcherFactory` that should be used for target function (using Spring aware `SpringDataFetcher`) and property resolution. |
14
14
| 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.|
16
16
17
17
## Non-Federated Schema
18
18
@@ -67,11 +67,11 @@ _Created only if the `Subscription` marker interface is used_
| 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 |
| 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|
0 commit comments