Package | Description |
---|---|
org.springframework.graphql.test.tester |
GraphQL client testing support.
|
org.springframework.graphql.web |
Support for executing GraphQL requests over the Web, including handlers for HTTP and
WebSocket.
|
org.springframework.graphql.web.webmvc |
HTTP and WebSocket handlers for use in a Spring WebMvc application.
|
Class and Description |
---|
WebGraphQlHandler
Common contract to handle a GraphQL request over HTTP or WebSocket for use
with both Spring MVC and Spring WebFlux.
|
Class and Description |
---|
WebGraphQlHandler
Common contract to handle a GraphQL request over HTTP or WebSocket for use
with both Spring MVC and Spring WebFlux.
|
WebGraphQlHandler.Builder |
WebInput
Container for the input of a GraphQL query over HTTP.
|
WebInterceptor
Interceptor for intercepting GraphQL over HTTP or WebSocket requests.
|
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 . |
Class and Description |
---|
WebGraphQlHandler
Common contract to handle a GraphQL request over HTTP or WebSocket for use
with both Spring MVC and Spring WebFlux.
|