See: Description
Interface | Description |
---|---|
WebGraphQlHandler |
Common contract to handle a GraphQL request over HTTP or WebSocket for use
with both Spring MVC and Spring WebFlux.
|
WebGraphQlHandler.Builder | |
WebInterceptor |
Interceptor for intercepting GraphQL over HTTP or WebSocket requests.
|
Class | Description |
---|---|
WebInput |
Container for the input of a GraphQL query over HTTP.
|
WebOutput |
Decorate an
ExecutionResult , provide a way to transform it, and collect input for custom HTTP response headers for GraphQL over HTTP
requests. |
WebOutput.Builder |
Builder to transform a
WebOutput . |
Spring WebMvc
or
Spring WebFlux
with a common
interception
model that allows
applications to customize request input and output.