public static interface WebGraphQlInterceptor.Chain
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<WebGraphQlResponse> |
next(WebGraphQlRequest request)
Delegate to the rest of the chain to execute the request.
|
reactor.core.publisher.Mono<WebGraphQlResponse> next(WebGraphQlRequest request)
request
- the request to execute
the ExecutionInput
for GraphQL
.Mono
with the response