Class DefaultExecutionInputCustomizer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletableFuture<graphql.ExecutionInput> customizeExecutionInput​(graphql.ExecutionInput executionInput, 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
    • Constructor Detail

      • DefaultExecutionInputCustomizer

        public DefaultExecutionInputCustomizer()
    • Method Detail

      • customizeExecutionInput

        public java.util.concurrent.CompletableFuture<graphql.ExecutionInput> customizeExecutionInput​(graphql.ExecutionInput executionInput,
                                                                                                      org.springframework.web.context.request.WebRequest webRequest)
        Specified by:
        customizeExecutionInput in interface ExecutionInputCustomizer