Class DefaultExecutionInputCustomizer
java.lang.Object
graphql.spring.web.servlet.components.DefaultExecutionInputCustomizer
- All Implemented Interfaces:
ExecutionInputCustomizer
@Component public class DefaultExecutionInputCustomizer extends java.lang.Object implements ExecutionInputCustomizer
-
Constructor Summary
Constructors Constructor Description DefaultExecutionInputCustomizer() -
Method Summary
Modifier and Type Method Description java.util.concurrent.CompletableFuture<graphql.ExecutionInput>customizeExecutionInput(graphql.ExecutionInput executionInput, org.springframework.web.context.request.WebRequest webRequest)
-
Constructor Details
-
DefaultExecutionInputCustomizer
public DefaultExecutionInputCustomizer()
-
-
Method Details
-
customizeExecutionInput
public java.util.concurrent.CompletableFuture<graphql.ExecutionInput> customizeExecutionInput(graphql.ExecutionInput executionInput, org.springframework.web.context.request.WebRequest webRequest)- Specified by:
customizeExecutionInputin interfaceExecutionInputCustomizer
-