Class BatchLoaderHelper
- java.lang.Object
-
- io.smallrye.graphql.execution.datafetcher.helper.BatchLoaderHelper
-
public class BatchLoaderHelper extends Object
Helping with BatchLoaders- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
-
-
Field Summary
Fields Modifier and Type Field Description static StringARGUMENTSstatic StringDATA_FETCHING_ENVIRONMENT
-
Constructor Summary
Constructors Constructor Description BatchLoaderHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]getArguments(Map<String,Object> batchContext)<K> Map<String,Object>getBatchContext(List<K> keys, org.dataloader.BatchLoaderEnvironment ble)graphql.schema.DataFetchingEnvironmentgetDataFetchingEnvironment(Map<String,Object> batchContext)StringgetName(Operation operation)
-
-
-
Field Detail
-
ARGUMENTS
public static final String ARGUMENTS
- See Also:
- Constant Field Values
-
DATA_FETCHING_ENVIRONMENT
public static final String DATA_FETCHING_ENVIRONMENT
- See Also:
- Constant Field Values
-
-