Package | Description |
---|---|
org.springframework.graphql.execution |
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL . |
Modifier and Type | Interface and Description |
---|---|
interface |
BatchLoaderRegistry
Registry for functions to batch load data values, given a set of keys.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultBatchLoaderRegistry
A default implementation of
BatchLoaderRegistry that accepts
registrations, and also an implementation of DataLoaderRegistrar to
apply those registrations to a DataLoaderRegistry . |
Modifier and Type | Method and Description |
---|---|
void |
DefaultExecutionGraphQlService.addDataLoaderRegistrar(DataLoaderRegistrar registrar)
Add a registrar to get access to and configure the
DataLoaderRegistry for each request. |