Skip to content

Commit 66e93b9

Browse files
committed
Clarify example
1 parent 9ee08e7 commit 66e93b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/batching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ You must opt-in to Chained DataLoaders via `GraphQLUnusualConfiguration.Dataload
392392
1. Set `enableDataLoaderChaining(true)` to enable Chained DataLoaders
393393
2. Provide a `ScheduledExecutorService` to GraphQL Java, with method `delayedDataLoaderExecutorFactory` and a parameter that implements `DelayedDataLoaderDispatcherExecutorFactory`
394394

395-
For example
395+
For example, to set `enableDataLoaderChaining`:
396396
```java
397397
GraphQL graphQL = GraphQL.unusualConfiguration(graphqlContext)
398398
.dataloaderConfig()

0 commit comments

Comments
 (0)