Package | Description |
---|---|
org.springframework.graphql.client |
This package contains a
GraphQlClient
along with HTTP and WebSocket extensions. |
Modifier and Type | Method and Description |
---|---|
default reactor.core.publisher.Mono<ClientGraphQlResponse> |
GraphQlClientInterceptor.intercept(ClientGraphQlRequest request,
GraphQlClientInterceptor.Chain chain)
Intercept a single response request (query and mutation operations) and
delegate to the rest of the chain including other interceptors followed
by the
GraphQlTransport . |