Skip to content

Commit 42df2b4

Browse files
committed
updated Introspection taken care
Signed-off-by: raovishal <[email protected]>
1 parent 3e65344 commit 42df2b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ private Mono<Map<String, Object>> execute(ContextView context, GraphQLRequest re
5858
.map(ExecutionResult::toSpecification);
5959
}
6060

61+
6162
private Mono<ServerResponse> respond(Mono<Map<String, Object>> body) {
6263
return ok()
6364
.contentType(APPLICATION_JSON)

0 commit comments

Comments
 (0)