Class DefaultGraphQLInvocation
- java.lang.Object
-
- graphql.spring.web.servlet.components.DefaultGraphQLInvocation
-
- All Implemented Interfaces:
GraphQLInvocation
@Component public class DefaultGraphQLInvocation extends java.lang.Object implements GraphQLInvocation
-
-
Field Summary
Fields Modifier and Type Field Description protected org.slf4j.LoggerloggerThe logger for this instance
-
Constructor Summary
Constructors Constructor Description DefaultGraphQLInvocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<graphql.ExecutionResult>invoke(GraphQLInvocationData invocationData, org.springframework.web.context.request.WebRequest webRequest)
-
-
-
Method Detail
-
invoke
public java.util.concurrent.CompletableFuture<graphql.ExecutionResult> invoke(GraphQLInvocationData invocationData, org.springframework.web.context.request.WebRequest webRequest)
- Specified by:
invokein interfaceGraphQLInvocation
-
-