Interface HttpRequestInvoker

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void execute​(graphql.kickstart.execution.input.GraphQLInvocationInput invocationInput, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ListenerHandler listenerHandler)  
    • Method Detail

      • execute

        void execute​(graphql.kickstart.execution.input.GraphQLInvocationInput invocationInput,
                     javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response,
                     ListenerHandler listenerHandler)