public class ExecutionGraphQlService extends Object implements GraphQlService
GraphQlService that performs GraphQL request execution
through GraphQL.executeAsync(ExecutionInput).| Constructor and Description |
|---|
ExecutionGraphQlService(GraphQlSource graphQlSource) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<ExecutionResult> |
execute(ExecutionInput input)
Perform the operation and return the result.
|
public ExecutionGraphQlService(GraphQlSource graphQlSource)
public reactor.core.publisher.Mono<ExecutionResult> execute(ExecutionInput input)
GraphQlServiceexecute in interface GraphQlServiceinput - the input for the GraphQL invocation