Package | Description |
---|---|
org.springframework.graphql.server |
Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
|
Modifier and Type | Method and Description |
---|---|
protected WebGraphQlResponse |
WebGraphQlResponse.Builder.build(WebGraphQlResponse original,
ExecutionResult newResult) |
WebGraphQlResponse |
WebGraphQlResponse.transform(Consumer<WebGraphQlResponse.Builder> consumer)
Transform the underlying
ExecutionResult through a WebGraphQlResponse.Builder
and return a new instance with the modified values. |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<WebGraphQlResponse> |
WebGraphQlHandler.handleRequest(WebGraphQlRequest request)
Execute the given request and return the response.
|
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 . |
reactor.core.publisher.Mono<WebGraphQlResponse> |
WebGraphQlInterceptor.Chain.next(WebGraphQlRequest request)
Delegate to the rest of the chain to execute the request.
|
Modifier and Type | Method and Description |
---|---|
protected WebGraphQlResponse |
WebGraphQlResponse.Builder.build(WebGraphQlResponse original,
ExecutionResult newResult) |