| Interface | Description |
|---|---|
| BatchInputPreProcessor | |
| GraphQLBatchedInvocationInput |
Interface representing a batched input.
|
| Class | Description |
|---|---|
| BatchInputPreProcessResult |
Wraps the result of pre processing a batch.
|
| GraphQLInvocationInputFactory | |
| GraphQLInvocationInputFactory.Builder | |
| GraphQLSingleInvocationInput |
Represents a single GraphQL execution.
|
| NoOpBatchInputPreProcessor |
A default BatchInputPreProcessor that returns the input.
|
| PerQueryBatchedInvocationInput |
A Collection of GraphQLSingleInvocationInput that each have a unique context object.
|
| PerRequestBatchedInvocationInput |
A collection of GraphQLSingleInvocationInputs that share a context object.
|