| 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 |
|---|---|
WebInput |
WebOutput.getWebInput()
Return the associated
WebInput used for the execution. |
| 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). |
| Constructor and Description |
|---|
WebOutput(WebInput input,
ExecutionResult executionResult)
Create an instance that wraps the given
ExecutionResult. |