Uses of Interface
org.springframework.graphql.ExecutionGraphQlRequest
Packages that use 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
Methods in org.springframework.graphql with parameters of type ExecutionGraphQlRequestModifier 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
Methods in org.springframework.graphql.execution with parameters of type ExecutionGraphQlRequestModifier and TypeMethodDescriptionfinal reactor.core.publisher.Mono<ExecutionGraphQlResponse>
DefaultExecutionGraphQlService.execute
(ExecutionGraphQlRequest request) -
Uses of ExecutionGraphQlRequest in org.springframework.graphql.server
Classes in org.springframework.graphql.server that implement ExecutionGraphQlRequestModifier 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
Classes in org.springframework.graphql.support that implement ExecutionGraphQlRequestModifier and TypeClassDescriptionclass
GraphQlRequest
for server side handling, adding the transport (e.g.