public interface GraphQlService
GraphQL
.Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<ExecutionResult> |
execute(ExecutionInput input)
Perform the operation and return the result.
|
reactor.core.publisher.Mono<ExecutionResult> execute(ExecutionInput input)
input
- the input for the GraphQL
invocation