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