Skip to content

Commit ef6e3d8

Browse files
hiddewiefedericorispo
authored andcommitted
doNotAddDefaultInstrumentations -> doNotAutomaticallyDispatchDataLoader
1 parent b19b8a6 commit ef6e3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-java-kickstart/src/main/java/graphql/kickstart/execution/config/GraphQLBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public GraphQL build(
9090
Instrumentation instrumentation = configuredInstrumentationSupplier.get();
9191
builder.instrumentation(instrumentation);
9292
if (containsDispatchInstrumentation(instrumentation)) {
93-
builder.doNotAddDefaultInstrumentations();
93+
builder.doNotAutomaticallyDispatchDataLoader();
9494
}
9595
graphQLBuilderConfigurerSupplier.get().configure(builder);
9696
return builder.build();

0 commit comments

Comments
 (0)