Uses of Interface
org.springframework.graphql.client.GraphQlClientInterceptor.Chain
-
Uses of GraphQlClientInterceptor.Chain in org.springframework.graphql.client
Modifier and TypeMethodDescriptiondefault 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 theGraphQlTransport
.