Skip to content

Commit

Permalink
updated Introspection taken care
Browse files Browse the repository at this point in the history
Signed-off-by: raovishal <Vishal.Rao@verint.com>
  • Loading branch information
Vishal-Rao-SU committed Aug 6, 2024
1 parent 3e65344 commit 42df2b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ private Mono<Map<String, Object>> execute(ContextView context, GraphQLRequest re
.map(ExecutionResult::toSpecification);
}


private Mono<ServerResponse> respond(Mono<Map<String, Object>> body) {
return ok()
.contentType(APPLICATION_JSON)
Expand Down

0 comments on commit 42df2b4

Please sign in to comment.