public interface BatchInputPreProcessor
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.
|
BatchInputPreProcessResult preProcessBatch(graphql.kickstart.execution.input.GraphQLBatchedInvocationInput batchedInvocationInput, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
batchedInvocationInput
- the input to processrequest
- the servlet requestresponse
- the servlet response