Package io.leangen.graphql.generator
Class BatchLoaderFactory
- java.lang.Object
-
- io.leangen.graphql.generator.BatchLoaderFactory
-
public class BatchLoaderFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description BatchLoaderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.dataloader.BatchLoaderWithContext<?,?>createBatchLoader(OperationExecutor executor)
-
-
-
Method Detail
-
createBatchLoader
public org.dataloader.BatchLoaderWithContext<?,?> createBatchLoader(OperationExecutor executor)
-
-