Please consider adding support of Future return type for DataFetcher API.
Actually scratched that. We just noticed it is possible to provide a custom executor service per fetcher. But it will still block for each fetcher.
Is it actually possible to go async all the way?
- Across all fetchers
- Make top level graphql execute() async as well.
Please consider adding support of Future return type for DataFetcher API.Actually scratched that. We just noticed it is possible to provide a custom executor service per fetcher. But it will still block for each fetcher.
Is it actually possible to go async all the way?