public interface ExecutionGraphQlService
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<ExecutionGraphQlResponse> |
execute(ExecutionGraphQlRequest request)
Execute the request and return the response.
|
reactor.core.publisher.Mono<ExecutionGraphQlResponse> execute(ExecutionGraphQlRequest request)
request - the request to execute