Interface WebGraphQlInterceptor.Chain
- Enclosing interface:
- WebGraphQlInterceptor
public static interface WebGraphQlInterceptor.Chain
Contract for delegation to the rest of the chain.
- Since:
- 1.0.0
- Author:
- Rossen Stoyanchev
- 
Method SummaryModifier and TypeMethodDescriptionreactor.core.publisher.Mono<WebGraphQlResponse> next(WebGraphQlRequest request) Delegate to the rest of the chain to execute the request.
- 
Method Details- 
nextDelegate to the rest of the chain to execute the request.- Parameters:
- request- the request to execute the- ExecutionInputfor- GraphQL.
- Returns:
- Monowith the response
 
 
-