Uses of Interface
org.springframework.graphql.ExecutionGraphQlResponse
Packages that use 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
Methods in org.springframework.graphql that return types with arguments of type ExecutionGraphQlResponseModifier 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
Methods in org.springframework.graphql.execution that return types with arguments of type ExecutionGraphQlResponseModifier and TypeMethodDescriptionfinal reactor.core.publisher.Mono<ExecutionGraphQlResponse>
DefaultExecutionGraphQlService.execute
(ExecutionGraphQlRequest request) -
Uses of ExecutionGraphQlResponse in org.springframework.graphql.server
Classes in org.springframework.graphql.server that implement ExecutionGraphQlResponseModifier and TypeClassDescriptionclass
GraphQlResponse
implementation for server handling over RSocket.class
GraphQlResponse
implementation for server handling over HTTP or over WebSocket.Constructors in org.springframework.graphql.server with parameters of type ExecutionGraphQlResponseModifierConstructorDescriptionCreate an instance that wraps the givenExecutionGraphQlResponse
.WebGraphQlResponse
(ExecutionGraphQlResponse response) Create an instance that wraps the givenExecutionGraphQlResponse
. -
Uses of ExecutionGraphQlResponse in org.springframework.graphql.support
Classes in org.springframework.graphql.support with type parameters of type ExecutionGraphQlResponseModifier and TypeClassDescriptionstatic class
DefaultExecutionGraphQlResponse.Builder<B extends DefaultExecutionGraphQlResponse.Builder<B,
R>, R extends ExecutionGraphQlResponse> Builder to transform the response'sExecutionResult
.Classes in org.springframework.graphql.support that implement ExecutionGraphQlResponseModifier and TypeClassDescriptionclass
GraphQlResponse
for server use that wraps theExecutionResult
returned fromGraphQL
and also exposes the actualExecutionInput
instance passed into it.Constructors in org.springframework.graphql.support with parameters of type ExecutionGraphQlResponseModifierConstructorDescriptionprotected
Constructor to re-wrap from transport specific subclass.