Controlling Request Batching with RequestResolver
Hi everyone, is there a way to control how request are batched? Lets say I have a request containing an
uid and an index property and that I can batch over the index property, how would I do that? As far as I have discovered it is the RequestResolver that determines the batching, so every Effect.request that uses the same resolver results in the same batch am I right? If so that would mean I need to create a different resolver for every possible value of index or divide into sub batch inside the resolver