Class DefaultGraphQLInvocation

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.slf4j.Logger logger
      The logger for this instance
    • 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)  
      • Methods inherited from class java.lang.Object

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

      • logger

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

      • DefaultGraphQLInvocation

        public DefaultGraphQLInvocation()
    • Method Detail

      • invoke

        public java.util.concurrent.CompletableFuture<graphql.ExecutionResult> invoke​(GraphQLInvocationData invocationData,
                                                                                      org.springframework.web.context.request.WebRequest webRequest)
        Specified by:
        invoke in interface GraphQLInvocation