Skip to content

Commit 3e65344

Browse files
committed
updated Introspection instrumentation
Signed-off-by: raovishal <[email protected]>
1 parent 8e48cd3 commit 3e65344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qudini-reactive-graphql/src/main/java/com/qudini/reactive/graphql/http/GraphQLHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ private Mono<Map<String, Object>> execute(ContextView context, GraphQLRequest re
5050
var input = request.toExecutionInput(context, registry);
5151
var graphql = GraphQL
5252
.newGraphQL(schema)
53-
.instrumentation(new MaxQueryDepthInstrumentation(maxDepth))
53+
.instrumentation(instrumentation())
5454
.defaultDataFetcherExceptionHandler(exceptionHandler)
5555
.build();
5656
return Log

0 commit comments

Comments
 (0)