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

G

get() - Method in interface org.springframework.graphql.test.tester.GraphQlTester.EntitySpec
Return the converted entity.
getData() - Method in class org.springframework.graphql.test.tester.TestExecutionResult
 
getData() - Method in class org.springframework.graphql.web.WebOutput
 
getErrors() - Method in class org.springframework.graphql.test.tester.TestExecutionResult
 
getErrors() - Method in class org.springframework.graphql.web.WebOutput
 
getExtensions() - Method in class org.springframework.graphql.test.tester.TestExecutionResult
 
getExtensions() - Method in class org.springframework.graphql.web.WebOutput
 
getHeaders() - Method in class org.springframework.graphql.web.WebInput
Return the headers of the request.
getId() - Method in class org.springframework.graphql.web.WebInput
Return the identifier for the request, which may be a subscription id for correlating request and response messages, or the underlying request or connection id, when available, or otherwise it's an identity hash based this WebInput instance.
getOperationName() - Method in class org.springframework.graphql.RequestInput
Return the operation name extracted from the request body or null if not provided.
getQuery() - Method in class org.springframework.graphql.RequestInput
Return the query name extracted from the request body.
getResponseHeaders() - Method in class org.springframework.graphql.web.WebOutput
Return a read-only view of any custom headers to be added to the HTTP response, or null until WebOutput.transform(Consumer) is used to add such headers.
getSubProtocols() - Method in class org.springframework.graphql.web.webflux.GraphQlWebSocketHandler
 
getSubProtocols() - Method in class org.springframework.graphql.web.webmvc.GraphQlWebSocketHandler
 
getUri() - Method in class org.springframework.graphql.web.WebInput
Return the URI of the HTTP request including URL query parameters.
getVariables() - Method in class org.springframework.graphql.RequestInput
Return the variables that can be referenced via $syntax extracted from the request body or a null if not provided.
getWebInput() - Method in class org.springframework.graphql.web.WebOutput
Return the associated WebInput used for the execution.
graphQl() - Method in interface org.springframework.graphql.execution.GraphQlSource
Return the GraphQL to use.
GraphQlHttpHandler - Class in org.springframework.graphql.web.webflux
WebFlux.fn Handler for GraphQL over HTTP requests.
GraphQlHttpHandler(WebGraphQlHandler) - Constructor for class org.springframework.graphql.web.webflux.GraphQlHttpHandler
Create a new instance.
GraphQlHttpHandler - Class in org.springframework.graphql.web.webmvc
GraphQL handler to expose as a WebMvc.fn endpoint via RouterFunctions.
GraphQlHttpHandler(WebGraphQlHandler) - Constructor for class org.springframework.graphql.web.webmvc.GraphQlHttpHandler
Create a new instance.
GraphQlService - Interface in org.springframework.graphql
Strategy to perform GraphQL request execution with input for and output from the invocation of GraphQL.
GraphQlSource - Interface in org.springframework.graphql.execution
Strategy to resolve the GraphQL instance to use.
GraphQlSource.Builder - Interface in org.springframework.graphql.execution
Builder for a GraphQlSource.
GraphQlTester - Interface in org.springframework.graphql.test.tester
Contract for testing GraphQL requests.
GraphQlTester.Builder<T extends GraphQlTester.Builder<T>> - Interface in org.springframework.graphql.test.tester
A builder to create a GraphQlTester instance.
GraphQlTester.EntitySpec<D,S extends GraphQlTester.EntitySpec<D,S>> - Interface in org.springframework.graphql.test.tester
Declare options available to assert data converted to an entity.
GraphQlTester.ErrorSpec - Interface in org.springframework.graphql.test.tester
Declare options to filter out expected errors or inspect all errors and verify there are no unexpected errors.
GraphQlTester.ExecuteSpec - Interface in org.springframework.graphql.test.tester
Declare options to perform a GraphQL request.
GraphQlTester.ListEntitySpec<E> - Interface in org.springframework.graphql.test.tester
Extension of GraphQlTester.EntitySpec with options available to assert data converted to a List of entities.
GraphQlTester.PathSpec - Interface in org.springframework.graphql.test.tester
Declare options available to assert data at a given path.
GraphQlTester.RequestSpec<T extends GraphQlTester.RequestSpec<T>> - Interface in org.springframework.graphql.test.tester
Declare options to gather input for a GraphQL request and execute it.
GraphQlTester.ResponseSpec - Interface in org.springframework.graphql.test.tester
Declare options to check the data and errors of a GraphQL response.
GraphQlTester.SubscriptionSpec - Interface in org.springframework.graphql.test.tester
Declare options available to assert a GraphQL Subscription response.
GraphQlTester.TraverseSpec - Interface in org.springframework.graphql.test.tester
Declare options to switch to different part of the GraphQL response.
GraphQlWebSocketHandler - Class in org.springframework.graphql.web.webflux
WebSocketHandler for GraphQL based on GraphQL Over WebSocket Protocol and for use in a Spring WebFlux application.
GraphQlWebSocketHandler(WebGraphQlHandler, ServerCodecConfigurer, Duration) - Constructor for class org.springframework.graphql.web.webflux.GraphQlWebSocketHandler
Create a new instance.
GraphQlWebSocketHandler - Class in org.springframework.graphql.web.webmvc
WebSocketHandler for GraphQL based on GraphQL Over WebSocket Protocol and for use on a Servlet container with spring-websocket.
GraphQlWebSocketHandler(WebGraphQlHandler, HttpMessageConverter<?>, Duration) - Constructor for class org.springframework.graphql.web.webmvc.GraphQlWebSocketHandler
Create a new instance.
A B C D E F G H I J M O P Q R S T V W 
Skip navigation links
Spring GraphQL