Uses of Interface
org.springframework.graphql.client.ClientGraphQlRequest
-
Uses of ClientGraphQlRequest 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
.default ClientGraphQlResponse
SyncGraphQlClientInterceptor.intercept
(ClientGraphQlRequest request, SyncGraphQlClientInterceptor.Chain chain) Intercept a single response request (query and mutation operations), and delegate to the rest of the chain including other interceptors followed by theSyncGraphQlTransport
.default reactor.core.publisher.Flux<ClientGraphQlResponse>
GraphQlClientInterceptor.interceptSubscription
(ClientGraphQlRequest request, GraphQlClientInterceptor.SubscriptionChain chain) Intercept a subscription request and delegate to the rest of the chain including other interceptors followed by theGraphQlTransport
.reactor.core.publisher.Mono<ClientGraphQlResponse>
GraphQlClientInterceptor.Chain.next
(ClientGraphQlRequest request) Delegate to the rest of the chain to perform the request.reactor.core.publisher.Flux<ClientGraphQlResponse>
GraphQlClientInterceptor.SubscriptionChain.next
(ClientGraphQlRequest request) Delegate to the rest of the chain to perform the request.SyncGraphQlClientInterceptor.Chain.next
(ClientGraphQlRequest request) Delegate to the rest of the chain to perform the request.ModifierConstructorDescriptionFieldAccessException
(ClientGraphQlRequest request, ClientGraphQlResponse response, ClientResponseField field) Constructor with the request and response, and the accessed field.