- All Implemented Interfaces:
graphql.schema.DataFetcher<T>
public class BatchDataFetcher<T>
extends Object
implements graphql.schema.DataFetcher<T>
Fetch data using using a batchloader
- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
-
Constructor Summary
Constructors
-
Method Summary
get(graphql.schema.DataFetchingEnvironment dfe)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
get
public T get(graphql.schema.DataFetchingEnvironment dfe)
throws Exception
- Specified by:
get in interface graphql.schema.DataFetcher<T>
- Throws:
Exception