Package graphql.spring.web.servlet
Interface OnDemandDataLoaderRegistry
-
public interface OnDemandDataLoaderRegistryThis interface allows to create a Spring Bean that will provide aDataLoaderRegistry, on demand. It can be used by theGraphQLInvocationbean to associate a newDataLoaderRegistryfor each request.- Author:
- etienne-sf
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.dataloader.DataLoaderRegistrygetNewDataLoaderRegistry()Retrieves a newDataLoaderRegistry, that can be associated to each request.
-