Package | Description |
---|---|
org.springframework.graphql.web |
Support for executing GraphQL requests over the Web, including handlers for HTTP and
WebSocket.
|
Modifier and Type | Method and Description |
---|---|
WebOutput |
WebOutput.Builder.build() |
WebOutput |
WebOutput.transform(Consumer<WebOutput.Builder> consumer)
Transform this
WebOutput instance through a WebOutput.Builder and return a
new instance with the modified values. |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<WebOutput> |
WebGraphQlHandler.handle(WebInput input)
Perform request execution for the given input and return the result.
|
reactor.core.publisher.Mono<WebOutput> |
WebInterceptor.intercept(WebInput webInput,
WebGraphQlHandler next)
Intercept a request and delegate for further handling and request execution via
WebGraphQlHandler.handle(WebInput) . |