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
Modifier and Type Method Description java.util.concurrent.CompletableFuture<graphql.ExecutionResult>invoke(GraphQLInvocationData invocationData, org.springframework.web.context.request.WebRequest webRequest)
-
Field Details
-
logger
protected org.slf4j.Logger loggerThe logger for this instance
-
-
Constructor Details
-
DefaultGraphQLInvocation
public DefaultGraphQLInvocation()
-
-
Method Details
-
invoke
public java.util.concurrent.CompletableFuture<graphql.ExecutionResult> invoke(GraphQLInvocationData invocationData, org.springframework.web.context.request.WebRequest webRequest)- Specified by:
invokein interfaceGraphQLInvocation
-