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.Logger logger
    The 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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • logger

      protected org.slf4j.Logger logger
      The logger for this instance
  • Constructor Details

  • Method Details