RequestResolver with the same Request type. To iterate over the data sources, I used Effect.validateFirst. But later I realized that RequestResolver caches based on the request key. This means only the first RequestResolver executes, and others return the cached value instead of being called.Request to make each request unique can fix it. But that made me wonder if I’m misusing the Request.