Package | Description |
---|---|
org.springframework.graphql |
Top level abstractions for processing GraphQL requests including
GraphQlService for executing a request and
RequestInput to represent the input for a request. |
org.springframework.graphql.execution |
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL . |
org.springframework.graphql.web |
Support for executing GraphQL requests over the Web, including handlers for HTTP and
WebSocket.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<ExecutionResult> |
GraphQlService.execute(RequestInput input)
Perform the operation and return the result.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<ExecutionResult> |
ExecutionGraphQlService.execute(RequestInput requestInput) |
Modifier and Type | Class and Description |
---|---|
class |
WebInput
Container for the input of a GraphQL query over HTTP.
|