Skip to content

Commit 77e8fc1

Browse files
committed
Update dataloader configuration
1 parent 7b248e1 commit 77e8fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/servlet/dataloaders/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ with the provided [GraphQLConfiguration](https://github.com/graphql-java-kicksta
1515
A new [DataLoaderRegistry](https://github.com/graphql-java/java-dataloader/blob/master/src/main/java/org/dataloader/DataLoaderRegistry.java) should be created in each call to the GraphQLContextBuilder, and the servlet will call the builder at the appropriate times.
1616
For example:
1717
```java
18-
public class CustomGraphQLContextBuilder implements GraphQLContextBuilder {
18+
public class CustomGraphQLContextBuilder implements GraphQLServletContextBuilder {
1919

2020
private final DataLoader userDataLoader;
2121

0 commit comments

Comments
 (0)