T
- the type of DataFetcher@PublicSpi public interface DataFetcherFactory<T>
DataFetcher
s for graphql fields.
For example if you are using an IoC container such as Spring or Guice, you can use this indirection to give you
per request late binding of a data fetcher with its dependencies injected in.Modifier and Type | Method and Description |
---|---|
DataFetcher<T> |
get(DataFetcherFactoryEnvironment environment)
Returns a
DataFetcher |
DataFetcher<T> get(DataFetcherFactoryEnvironment environment)
DataFetcher
environment
- the environment that needs the data fetcher