public class ExecutionGraphQlService extends Object implements GraphQlService
Constructor and Description |
---|
ExecutionGraphQlService(GraphQlSource graphQlSource) |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<ExecutionResult> |
execute(RequestInput requestInput)
Perform the operation and return the result.
|
public ExecutionGraphQlService(GraphQlSource graphQlSource)
public final reactor.core.publisher.Mono<ExecutionResult> execute(RequestInput requestInput)
GraphQlService
execute
in interface GraphQlService
requestInput
- container for the GraphQL request input