Uses of Interface
org.springframework.graphql.ExecutionGraphQlRequest
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 ExecutionGraphQlRequest in org.springframework.graphql
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<ExecutionGraphQlResponse>
ExecutionGraphQlService.execute
(ExecutionGraphQlRequest request) Execute the request and return the response. -
Uses of ExecutionGraphQlRequest in org.springframework.graphql.execution
Modifier and TypeMethodDescriptionfinal reactor.core.publisher.Mono<ExecutionGraphQlResponse>
DefaultExecutionGraphQlService.execute
(ExecutionGraphQlRequest request) -
Uses of ExecutionGraphQlRequest in org.springframework.graphql.server
Modifier and TypeClassDescriptionclass
GraphQlRequest
implementation for server handling over RSocket.class
GraphQlRequest
implementation for server handling over HTTP or WebSocket.class
WebGraphQlRequest
extension for server handling of GraphQL over WebSocket requests. -
Uses of ExecutionGraphQlRequest in org.springframework.graphql.support
Modifier and TypeClassDescriptionclass
GraphQlRequest
for server side handling, adding the transport (e.g.