public class NoOpBatchInputPreProcessor extends java.lang.Object implements BatchInputPreProcessor
| Constructor and Description |
|---|
NoOpBatchInputPreProcessor() |
| Modifier and Type | Method and Description |
|---|---|
BatchInputPreProcessResult |
preProcessBatch(graphql.kickstart.execution.input.GraphQLBatchedInvocationInput batchedInvocationInput,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
An injectable object that allows clients to manipulate a batch before executing, or abort altogether.
|
public BatchInputPreProcessResult preProcessBatch(graphql.kickstart.execution.input.GraphQLBatchedInvocationInput batchedInvocationInput, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
BatchInputPreProcessorpreProcessBatch in interface BatchInputPreProcessorbatchedInvocationInput - the input to processrequest - the servlet requestresponse - the servlet response