public class BatchedMethodDataFetcher extends MethodDataFetcher
| Constructor and Description |
|---|
BatchedMethodDataFetcher(java.lang.reflect.Method method,
TypeFunction typeFunction,
ProcessingElementsContainer container) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(graphql.schema.DataFetchingEnvironment environment) |
public BatchedMethodDataFetcher(java.lang.reflect.Method method,
TypeFunction typeFunction,
ProcessingElementsContainer container)
public java.lang.Object get(graphql.schema.DataFetchingEnvironment environment)
get in interface graphql.schema.DataFetcherget in class MethodDataFetcher