Skip navigation links
Spring GraphQL
A B C D E F G H I J M O P Q R S T V W 

W

WebGraphQlHandler - Interface in org.springframework.graphql.web
Common contract to handle a GraphQL request over HTTP or WebSocket for use with both Spring MVC and Spring WebFlux.
WebGraphQlHandler.Builder - Interface in org.springframework.graphql.web
Builder for a WebGraphQlHandler that executes a WebInterceptor chain followed by a GraphQlService.
WebGraphQlTester - Interface in org.springframework.graphql.test.tester
Main entry point for testing GraphQL over a Web transport with requests executed via WebTestClient or via WebGraphQlHandler.
WebGraphQlTester.Builder - Interface in org.springframework.graphql.test.tester
A builder to create a WebGraphQlTester instance.
WebGraphQlTester.WebRequestSpec - Interface in org.springframework.graphql.test.tester
Extends GraphQlTester.RequestSpec with further input options applicable to Web requests.
WebInput - Class in org.springframework.graphql.web
Container for the input of a GraphQL query over HTTP.
WebInput(URI, HttpHeaders, Map<String, Object>, String) - Constructor for class org.springframework.graphql.web.WebInput
Create an instance.
WebInterceptor - Interface in org.springframework.graphql.web
Interceptor for intercepting GraphQL over HTTP or WebSocket requests.
WebOutput - Class in org.springframework.graphql.web
Decorate an ExecutionResult, provide a way to transform it, and collect input for custom HTTP response headers for GraphQL over HTTP requests.
WebOutput(WebInput, ExecutionResult) - Constructor for class org.springframework.graphql.web.WebOutput
Create an instance that wraps the given ExecutionResult.
WebOutput.Builder - Class in org.springframework.graphql.web
Builder to transform a WebOutput.
A B C D E F G H I J M O P Q R S T V W 
Skip navigation links
Spring GraphQL