Package | Description |
---|---|
graphql.schema |
Modifier and Type | Method and Description |
---|---|
static <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 the
Executor they run in so that when used with static imports allows
more readable code such as: |
Copyright © 2019. All rights reserved.