Package | Description |
---|---|
org.springframework.graphql |
Top level abstractions for processing GraphQL requests.
|
org.springframework.graphql.execution |
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL . |
org.springframework.graphql.server |
Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
|
org.springframework.graphql.support |
Support classes for Spring GraphQL.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<ExecutionGraphQlResponse> |
ExecutionGraphQlService.execute(ExecutionGraphQlRequest request)
Execute the request and return the response.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<ExecutionGraphQlResponse> |
DefaultExecutionGraphQlService.execute(ExecutionGraphQlRequest request) |
Modifier and Type | Class and Description |
---|---|
class |
RSocketGraphQlRequest
GraphQlRequest implementation for server
handling over RSocket. |
class |
WebGraphQlRequest
GraphQlRequest implementation for server
handling over HTTP or WebSocket. |
class |
WebSocketGraphQlRequest
WebGraphQlRequest extension for
server handling of GraphQL over WebSocket requests. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultExecutionGraphQlRequest
GraphQlRequest for server side handling, adding the transport (e.g. |