batching I'm a bit confused by what is actually being batched.RequestResolver actually do? Does it figure out on it's own that the same API getUserById is being called multiple times and only does it the required minimum times or does it do some sort of batching à la graphQL where multiples requests will be sent in just one HTTP request? (and thus would need some sort of support from the server being called)