Optimized JSON HTTP Data Source for Apollo Server
- Uses Undici under the hood. It's around
60%
faster thanapollo-datasource-rest
- Request Deduplication (LRU), Request Cache (TTL) and
stale-if-error
Cache (TTL) - Support AbortController to manually cancel all running requests
- Support for Apollo Cache Storage backend