Package graphql.spring.web.servlet
Interface ExecutionInputCustomizer
-
- All Known Implementing Classes:
DefaultExecutionInputCustomizer
@PublicApi public interface ExecutionInputCustomizerLets you customize the #ExecutionInput before the query is executed. You can for example set a context object or define a root value.This is only used if you use the default
GraphQLInvocation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<graphql.ExecutionInput>customizeExecutionInput(graphql.ExecutionInput executionInput, org.springframework.web.context.request.WebRequest webRequest)
-