We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19b8a6 commit ef6e3d8Copy full SHA for ef6e3d8
graphql-java-kickstart/src/main/java/graphql/kickstart/execution/config/GraphQLBuilder.java
@@ -90,7 +90,7 @@ public GraphQL build(
90
Instrumentation instrumentation = configuredInstrumentationSupplier.get();
91
builder.instrumentation(instrumentation);
92
if (containsDispatchInstrumentation(instrumentation)) {
93
- builder.doNotAddDefaultInstrumentations();
+ builder.doNotAutomaticallyDispatchDataLoader();
94
}
95
graphQLBuilderConfigurerSupplier.get().configure(builder);
96
return builder.build();
0 commit comments