Uses of Class
graphql.schema.AsyncDataFetcher
Packages that use AsyncDataFetcher
-
Uses of AsyncDataFetcher in graphql.schema
Methods in graphql.schema that return AsyncDataFetcherModifier and TypeMethodDescriptionstatic <T> AsyncDataFetcher
<T> AsyncDataFetcher.async
(DataFetcher<T> wrappedDataFetcher) A factory method for creating asynchronous data fetchers so that when used with static imports allows more readable code such as:static <T> AsyncDataFetcher
<T> AsyncDataFetcher.async
(DataFetcher<T> wrappedDataFetcher, Executor executor) A factory method for creating asynchronous data fetchers and setting theExecutor
they run in so that when used with static imports allows more readable code such as: