Uses of Interface
org.springframework.graphql.ExecutionGraphQlResponse
Package
Description
Top level abstractions for processing GraphQL requests.
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL
.Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
Support classes for Spring GraphQL.
-
Uses of ExecutionGraphQlResponse in org.springframework.graphql
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<ExecutionGraphQlResponse>
ExecutionGraphQlService.execute
(ExecutionGraphQlRequest request) Execute the request and return the response. -
Uses of ExecutionGraphQlResponse in org.springframework.graphql.execution
Modifier and TypeMethodDescriptionfinal reactor.core.publisher.Mono<ExecutionGraphQlResponse>
DefaultExecutionGraphQlService.execute
(ExecutionGraphQlRequest request) -
Uses of ExecutionGraphQlResponse in org.springframework.graphql.server
Modifier and TypeClassDescriptionclass
GraphQlResponse
implementation for server handling over RSocket.class
GraphQlResponse
implementation for server handling over HTTP or over WebSocket.ModifierConstructorDescriptionCreate an instance that wraps the givenExecutionGraphQlResponse
.WebGraphQlResponse
(ExecutionGraphQlResponse response) Create an instance that wraps the givenExecutionGraphQlResponse
. -
Uses of ExecutionGraphQlResponse in org.springframework.graphql.support
Modifier and TypeClassDescriptionstatic class
DefaultExecutionGraphQlResponse.Builder<B extends DefaultExecutionGraphQlResponse.Builder<B,
R>, R extends ExecutionGraphQlResponse> Builder to transform the response'sExecutionResult
.Modifier and TypeClassDescriptionclass
GraphQlResponse
for server use that wraps theExecutionResult
returned fromGraphQL
and also exposes the actualExecutionInput
instance passed into it.ModifierConstructorDescriptionprotected
Constructor to re-wrap from transport specific subclass.