Uses of Class
org.springframework.graphql.server.WebGraphQlResponse
Packages that use WebGraphQlResponse
Package
Description
Support for GraphQL
observability
.Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
-
Uses of WebGraphQlResponse in org.springframework.graphql.observation
Methods in org.springframework.graphql.observation that return types with arguments of type WebGraphQlResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<WebGraphQlResponse>
PropagationWebGraphQlInterceptor.intercept
(WebGraphQlRequest request, WebGraphQlInterceptor.Chain chain) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of WebGraphQlResponse in org.springframework.graphql.server
Methods in org.springframework.graphql.server that return WebGraphQlResponseModifier and TypeMethodDescriptionprotected WebGraphQlResponse
WebGraphQlResponse.Builder.build
(WebGraphQlResponse original, ExecutionResult newResult) WebGraphQlResponse.transform
(Consumer<WebGraphQlResponse.Builder> consumer) Transform the underlyingExecutionResult
through aWebGraphQlResponse.Builder
and return a new instance with the modified values.Methods in org.springframework.graphql.server that return types with arguments of type WebGraphQlResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<WebGraphQlResponse>
WebGraphQlHandler.handleRequest
(WebGraphQlRequest request) Execute the given request and return the response.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 aExecutionGraphQlService
.default reactor.core.publisher.Mono<WebGraphQlResponse>
WebSocketGraphQlInterceptor.intercept
(WebGraphQlRequest request, WebGraphQlInterceptor.Chain chain) reactor.core.publisher.Mono<WebGraphQlResponse>
WebGraphQlInterceptor.Chain.next
(WebGraphQlRequest request) Delegate to the rest of the chain to execute the request.Methods in org.springframework.graphql.server with parameters of type WebGraphQlResponseModifier and TypeMethodDescriptionprotected WebGraphQlResponse
WebGraphQlResponse.Builder.build
(WebGraphQlResponse original, ExecutionResult newResult)