1. Disable `apollo-server-plugin-response-cache` 2. Use [typeorm caching](https://github.com/typeorm/typeorm/blob/master/docs/caching.md) This will help when querying by mempool and blockchain at the same time, blockchain can be cached, mempool not.