Package | Description |
---|---|
org.springframework.graphql.server |
Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
|
Modifier and Type | Method and Description |
---|---|
default WebGraphQlInterceptor.Chain |
WebGraphQlInterceptor.apply(WebGraphQlInterceptor.Chain chain)
Apply this interceptor to the given
Chain resulting in an intercepted chain. |
Modifier and Type | Method and Description |
---|---|
default WebGraphQlInterceptor.Chain |
WebGraphQlInterceptor.apply(WebGraphQlInterceptor.Chain chain)
Apply this interceptor to the given
Chain resulting in an intercepted chain. |
default reactor.core.publisher.Mono<WebGraphQlResponse> |
WebSocketGraphQlInterceptor.intercept(WebGraphQlRequest request,
WebGraphQlInterceptor.Chain chain) |
reactor.core.publisher.Mono<WebGraphQlResponse> |
WebGraphQlInterceptor.intercept(WebGraphQlRequest request,
WebGraphQlInterceptor.Chain chain)
Intercept a request and delegate to the rest of the chain including other
interceptors and a
ExecutionGraphQlService . |