@Component public class DefaultGraphQLInvocation extends java.lang.Object implements GraphQLInvocation
| Constructor and Description |
|---|
DefaultGraphQLInvocation() |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<graphql.ExecutionResult> |
invoke(GraphQLInvocationData invocationData,
org.springframework.web.server.ServerWebExchange serverWebExchange) |
public reactor.core.publisher.Mono<graphql.ExecutionResult> invoke(GraphQLInvocationData invocationData, org.springframework.web.server.ServerWebExchange serverWebExchange)
invoke in interface GraphQLInvocation